Box for tabs
This extension saves tabs for someday you need them.
什麼是Box for tabs?
Box for tabs是由https://lrednight.com開發的Chrome擴展程式,該擴展的主要功能是“This extension saves tabs for someday you need them.”。
擴展截圖
下載Box for tabs擴展crx文件
下載Box for tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Have you opened a lot of tabs and didn't have time to finish them before you have to close your computer? Use this extension to save tabs and reopen them whenever you want. You can also export your data and restore your tab boxes from a backup file. Key features: - Bookmark manager - Material design
擴展基本資訊
名稱 | Box for tabs |
ID | llinjdlelnciefmjflikdndckffeohho |
官方網址 | https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho |
簡介 | This extension saves tabs for someday you need them. |
檔案大小 | 2.15 MB |
安裝次數 | 19 |
目前版本 | 0.9.2 |
更新時間 | 2015-04-23 |
上架時間 | 2015-04-23 |
評分 | 2.00/5 共 1 次評分 |
開發者 | https://lrednight.com |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Box for tabs", "description": "This extension saves tabs for someday you need them.", "version": "0.9.2", "browser_action": { "default_popup": "popup.build.html" }, "permissions": [ "tabs", "contextMenus", "unlimitedStorage" ], "icons": { "16": "imgs\/logo.38.png", "19": "imgs\/logo.38.png", "38": "imgs\/logo.38.png", "128": "imgs\/logo.128.png" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "index.build.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |