Add files via upload

This commit is contained in:
sienori 2017-09-25 02:00:16 +09:00 committed by GitHub
parent 4a6cb0b542
commit d6778923bf
5 changed files with 16 additions and 4 deletions

Binary file not shown.

View file

@ -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"
}
},

View file

@ -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;

View 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"
}
]
}
}
}