Unclosed tabs
Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
Co je Unclosed tabs?
Unclosed tabs je rozšíření Chrome vyvinuté Michael Anx, a jeho hlavní funkcí je „Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Unclosed tabs
Stáhněte si soubory rozšíření Unclosed tabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
Základní Informace o Rozšíření
Název | Unclosed tabs |
ID | pnndppofhelodlbmmdicmbhnppanheca |
Oficiální URL | https://chromewebstore.google.com/detail/unclosed-tabs/pnndppofhelodlbmmdicmbhnppanheca |
Popis | Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you. |
Velikost souboru | 159 KB |
Počet instalací | 37 |
Aktuální Verze | 0.0.4 |
Poslední Aktualizace | 2017-09-25 |
Datum Vydání | 2017-09-25 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Michael Anx |
Typ Platby | free |
Podporované Jazyky | 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'" } |