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.
|
@ -7,10 +7,10 @@
|
|||
"description": "__MSG_extDescription__",
|
||||
"default_locale": "en",
|
||||
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "https://github.com/sienori/simple-translate",
|
||||
"update_url": "https://example.com/updates.json"
|
||||
"id": "simple-translate@sienori"
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
height: 22px;
|
||||
width: 22px;
|
||||
position: fixed;
|
||||
z-index: 151;
|
||||
z-index: 10002;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
display: none;
|
||||
|
@ -34,7 +34,7 @@
|
|||
width:300px;/*消すかも*/
|
||||
position: fixed;
|
||||
padding: 10px 18px;
|
||||
z-index: 150;
|
||||
z-index: 10001;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
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