Unclosed tabs
Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
Qu'est-ce que Unclosed tabs ?
Unclosed tabs est une extension Chrome développée par Michael Anx, et sa fonction principale est "Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unclosed tabs
Téléchargez les fichiers d'extension Unclosed tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
Informations de Base sur l'Extension
Nom | Unclosed tabs |
ID | pnndppofhelodlbmmdicmbhnppanheca |
URL Officiel | https://chromewebstore.google.com/detail/unclosed-tabs/pnndppofhelodlbmmdicmbhnppanheca |
Description | Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you. |
Taille du Fichier | 159 KB |
Nombre d'Installations | 37 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2017-09-25 |
Date de Publication | 2017-09-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Michael Anx |
Type de Paiement | free |
Langues Prises en Charge | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.0.4", "default_locale": "en", "description": "__MSG_extDiscrption__", "background": { "page": "background.html" }, "icons": { "48": "icon.png", "128": "icon-128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "permissions": [ "tabs", "unlimitedStorage", "chrome:\/\/favicon\/", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js", "js\/init.js" ], "run_at": "document_start", "all_frames": true }, { "js": [ "js\/support\/ext.js", "js\/support\/support.js" ], "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "exclude_globs": [] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |