Skip to content

Commit f6746a3

Browse files
authored
5.0.8
2 parents 8b825aa + fd50393 commit f6746a3

19 files changed

+181
-38
lines changed

_locales/en/messages.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"description": "Dropbox token."
217217
},
218218
"dropbox_authorization": {
219-
"message": "Get Code",
219+
"message": "Sign in to Dropbox",
220220
"description": "Dropbox authorization."
221221
},
222222
"show_all_entries": {
@@ -234,5 +234,9 @@
234234
"local_passphrase_warning": {
235235
"message": "Your password is stored locally, please change it in the security menu immediately.",
236236
"description": "localStorage password warning."
237+
},
238+
"dropbox_logout": {
239+
"message": "Logout of Dropbox",
240+
"description": "Dropbox logout."
237241
}
238242
}

_locales/es/messages.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"description": "Dropbox token."
217217
},
218218
"dropbox_authorization": {
219-
"message": "Obtener el código de",
219+
"message": "Sign in to Dropbox",
220220
"description": "Dropbox authorization."
221221
},
222222
"show_all_entries": {
@@ -234,5 +234,9 @@
234234
"local_passphrase_warning": {
235235
"message": "La contraseña se almacena localmente, por favor cambiarlo en el menú de seguridad inmediatamente.",
236236
"description": "localStorage password warning."
237+
},
238+
"dropbox_logout": {
239+
"message": "Logout of Dropbox",
240+
"description": "Dropbox logout."
237241
}
238242
}

_locales/fr/messages.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"description": "Dropbox token."
217217
},
218218
"dropbox_authorization": {
219-
"message": "Obtenir le Code",
219+
"message": "Sign in to Dropbox",
220220
"description": "Dropbox authorization."
221221
},
222222
"show_all_entries": {
@@ -234,5 +234,9 @@
234234
"local_passphrase_warning": {
235235
"message": "Votre mot de passe est stocké localement, veuillez le changer immédiatement par l'intermédiaire du menu sécurité.",
236236
"description": "localStorage password warning."
237+
},
238+
"dropbox_logout": {
239+
"message": "Logout of Dropbox",
240+
"description": "Dropbox logout."
237241
}
238242
}

_locales/ja/messages.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"description": "Dropbox token."
217217
},
218218
"dropbox_authorization": {
219-
"message": "コードを取得",
219+
"message": "Sign in to Dropbox",
220220
"description": "Dropbox authorization."
221221
},
222222
"show_all_entries": {
@@ -234,5 +234,9 @@
234234
"local_passphrase_warning": {
235235
"message": "パスワードをローカル環境に保存しました。すぐにメニューのセキュリティから変更してください。",
236236
"description": "localStorage password warning."
237+
},
238+
"dropbox_logout": {
239+
"message": "Logout of Dropbox",
240+
"description": "Dropbox logout."
237241
}
238242
}

_locales/ru/messages.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"description": "Dropbox token."
217217
},
218218
"dropbox_authorization": {
219-
"message": "Получить код",
219+
"message": "Sign in to Dropbox",
220220
"description": "Dropbox authorization."
221221
},
222222
"show_all_entries": {
@@ -234,5 +234,9 @@
234234
"local_passphrase_warning": {
235235
"message": "Ваш пароль хранится локально, пожалуйста немедленно изменить его в меню безопасность.",
236236
"description": "localStorage password warning."
237+
},
238+
"dropbox_logout": {
239+
"message": "Logout of Dropbox",
240+
"description": "Dropbox logout."
237241
}
238242
}

_locales/zh_CN/messages.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"description": "Dropbox token."
217217
},
218218
"dropbox_authorization": {
219-
"message": "获取授权码",
219+
"message": "登录Dropbox",
220220
"description": "Dropbox authorization."
221221
},
222222
"show_all_entries": {
@@ -234,5 +234,9 @@
234234
"local_passphrase_warning": {
235235
"message": "您的密码保存在了本地,请立即通过安全菜单更改密码。",
236236
"description": "localStorage password warning."
237+
},
238+
"dropbox_logout": {
239+
"message": "注销Dropbox",
240+
"description": "Dropbox logout."
237241
}
238242
}

_locales/zh_TW/messages.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"description": "Dropbox token."
217217
},
218218
"dropbox_authorization": {
219-
"message": "獲取授權碼",
219+
"message": "Sign in to Dropbox",
220220
"description": "Dropbox authorization."
221221
},
222222
"show_all_entries": {
@@ -234,5 +234,9 @@
234234
"local_passphrase_warning": {
235235
"message": "您的密碼儲存在了本地,請立即通過安全選單更改密碼。",
236236
"description": "localStorage password warning."
237+
},
238+
"dropbox_logout": {
239+
"message": "Logout of Dropbox",
240+
"description": "Dropbox logout."
237241
}
238242
}

css/popup.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,12 +351,13 @@ body {
351351
#add_qr,
352352
#add_secret,
353353
#add_button,
354+
#dropbox_get_code,
355+
#dropbox_logout,
354356
#download_backup,
355357
#import_backup,
356358
#upload_backup,
357359
#security_save,
358360
#passphrase_ok,
359-
#dropbox_get_code,
360361
#message_close,
361362
#exportButton,
362363
#resize_save {
@@ -372,6 +373,10 @@ body {
372373
cursor: pointer;
373374
}
374375

376+
#dropbox_logout {
377+
margin-bottom: 30px;
378+
}
379+
375380
.buttons {
376381
text-align: center;
377382
}
@@ -400,7 +405,6 @@ body {
400405
#exportButton,
401406
#security_save,
402407
#passphrase_ok,
403-
#dropbox_get_code,
404408
#resize_save {
405409
font-size: 12px;
406410
margin: 20px 100px;
@@ -652,6 +656,7 @@ body {
652656
#security_save:hover,
653657
#passphrase_ok:hover,
654658
#dropbox_get_code:hover,
659+
#dropbox_logout:hover,
655660
#export:hover,
656661
#resizeClose:hover,
657662
#resize_save:hover,
@@ -857,3 +862,12 @@ body {
857862
left: 0;
858863
z-index: 900;
859864
}
865+
866+
#token_input {
867+
margin: 10px;
868+
width: 260px;
869+
height: 50px;
870+
resize: none;
871+
padding: 5px;
872+
border: 1px solid #ccc;
873+
}

manifest-chrome.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extName__",
44
"short_name": "__MSG_extShortName__",
5-
"version": "5.0.7",
5+
"version": "5.0.8",
66
"default_locale": "en",
77
"description": "__MSG_extDesc__",
88
"icons": {
@@ -51,7 +51,8 @@
5151
},
5252
"permissions": [
5353
"activeTab",
54-
"storage"
54+
"storage",
55+
"identity"
5556
],
5657
"optional_permissions": [
5758
"clipboardWrite",

manifest-firefox.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extName__",
44
"short_name": "__MSG_extShortName__",
5-
"version": "5.0.7",
5+
"version": "5.0.8",
66
"default_locale": "en",
77
"description": "__MSG_extDesc__",
88
"applications": {
@@ -58,7 +58,8 @@
5858
"activeTab",
5959
"<all_urls>",
6060
"clipboardWrite",
61-
"storage"
61+
"storage",
62+
"identity"
6263
],
6364
"optional_permissions": [
6465
"clipboardWrite",

0 commit comments

Comments
 (0)