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 |
官方網址 | 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'" } |