Add files via upload
This commit is contained in:
parent
4a6cb0b542
commit
d6778923bf
BIN
simple-translate/_locales/langage.xlsx
Normal file
BIN
simple-translate/_locales/langage.xlsx
Normal file
Binary file not shown.
|
@ -6,11 +6,11 @@
|
||||||
"name": "__MSG_extName__",
|
"name": "__MSG_extName__",
|
||||||
"description": "__MSG_extDescription__",
|
"description": "__MSG_extDescription__",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
|
|
||||||
|
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "https://github.com/sienori/simple-translate",
|
"id": "simple-translate@sienori"
|
||||||
"update_url": "https://example.com/updates.json"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
height: 22px;
|
height: 22px;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 151;
|
z-index: 10002;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
width:300px;/*消すかも*/
|
width:300px;/*消すかも*/
|
||||||
position: fixed;
|
position: fixed;
|
||||||
padding: 10px 18px;
|
padding: 10px 18px;
|
||||||
z-index: 150;
|
z-index: 10001;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
BIN
simple-translate/web-ext-artifacts/simple_translate-1.0.zip
Normal file
BIN
simple-translate/web-ext-artifacts/simple_translate-1.0.zip
Normal file
Binary file not shown.
12
simple-translate/web-ext-artifacts/update.json
Normal file
12
simple-translate/web-ext-artifacts/update.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"addons": {
|
||||||
|
"simple-translate@sienori": {
|
||||||
|
"updates": [
|
||||||
|
{
|
||||||
|
"version": "1.0",
|
||||||
|
"update_link": "https://raw.githubusercontent.com/sienori/simple-translate/master/simple-translate/xpi/simple-translate-1.0.xpi"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue