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 là gì?
Unclosed tabs là một tiện ích mở rộng Chrome được phát triển bởi Michael Anx, và tính năng chính của nó là "Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Unclosed tabs
Tải xuống các tệp mở rộng Unclosed tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Unclosed tabs |
ID | pnndppofhelodlbmmdicmbhnppanheca |
URL Chính Thức | https://chromewebstore.google.com/detail/unclosed-tabs/pnndppofhelodlbmmdicmbhnppanheca |
Mô tả | Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you. |
Kích Thước Tệp | 159 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2017-09-25 |
Ngày Phát Hành | 2017-09-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Michael Anx |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |