Unclosed tabs
Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
O que é Unclosed tabs?
Unclosed tabs é uma extensão do Chrome desenvolvida por Michael Anx, e sua principal característica é "Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unclosed tabs
Baixe arquivos de extensão Unclosed tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
Informações Básicas da Extensão
Nome | Unclosed tabs |
ID | pnndppofhelodlbmmdicmbhnppanheca |
URL Oficial | https://chromewebstore.google.com/detail/unclosed-tabs/pnndppofhelodlbmmdicmbhnppanheca |
Descrição | Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you. |
Tamanho do Arquivo | 159 KB |
Contagem de Instalações | 37 |
Versão Atual | 0.0.4 |
Última Atualização | 2017-09-25 |
Data de Publicação | 2017-09-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Michael Anx |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |