AllTabs
Manage Tabs
什麼是AllTabs?
AllTabs是由jiten開發的Chrome擴展程式,該擴展的主要功能是“Manage Tabs”。
擴展截圖
下載AllTabs擴展crx文件
下載AllTabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
AllTabs is a tab manager for your chrome web browser. Save All Tabs Save your current open pages with one click. If you are in a hurry no need to give the file name. The current time will be the file name so that you can easily identify the session. Open Tabs Later Open previously saved files anytime. You can store thousands of sessions in your chrome browser. *Copy All Tabs so that you can share with others. *Open Multiple URLs in one click *Save all open tabs so that can be opened later *Bookmark Multiple Pages with one name *Save incognito and Cognito window separately
擴展基本資訊
名稱 | AllTabs |
ID | fffhmhcillaopdbhllfffhfhbcnkioco |
官方網址 | https://chromewebstore.google.com/detail/alltabs/fffhmhcillaopdbhllfffhfhbcnkioco |
簡介 | Manage Tabs |
檔案大小 | 74 KB |
安裝次數 | 3,153 |
目前版本 | 1.0 |
更新時間 | 2017-08-29 |
上架時間 | 2017-08-29 |
評分 | 4.25/5 共 12 次評分 |
開發者 | jiten |
付費類型 | free |
擴展官網 | https://alltabs.oxyzen.in |
支援的語言 | en |
manifest.json | |
{ "name": "AllTabs", "description": "Manage Tabs", "version": "1.0", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "js\/jquery-2.2.4.min.js", "js\/is.min.js", "js\/clipboard.js", "js\/moment.min.js" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "page": "background.html" }, "browser_action": { "default_title": "AllTabs", "default_icon": "img\/icon-active.png" } } |