Unclosed tabs
Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
什么是Unclosed tabs?
Unclosed tabs是由Michael Anx开发的Chrome扩展程序,该扩展的主要功能是“Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.”。
扩展截图
下载Unclosed tabs扩展crx文件
下载Unclosed tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
扩展基本信息
名称 | Unclosed tabs |
ID | pnndppofhelodlbmmdicmbhnppanheca |
官方URL | https://chromewebstore.google.com/detail/unclosed-tabs/pnndppofhelodlbmmdicmbhnppanheca |
简介 | Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you. |
文件大小 | 159 KB |
安装次数 | 37 |
当前版本 | 0.0.4 |
更新时间 | 2017-09-25 |
上架时间 | 2017-09-25 |
评分 | 5.00/5 共1次评分 |
开发者 | Michael Anx |
付费类型 | free |
支持的语言 | 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'" } |