Tab Collections
Tab Collections
什麼是Tab Collections?
Tab Collections是由draftingdreams666開發的Chrome擴展程式,該擴展的主要功能是“Tab Collections”。
擴展截圖
下載Tab Collections擴展crx文件
下載Tab Collections擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
!! This extension doesn't work on 'Chrome Web Store' and 'chrome://*/*' pages !! !! Disable and re-enable extension require refreshing pages to let the extension take effect, also if the extension doesn't work on normal pages after installation, refresh the page or relauch the browser !! Browser extension that saves tabs in group temporarily. Have you ever opened too much tabs in your browser? When we are working, we will usually open many tabs that're about a single subject. Unfortunately, sometimes we can't finish the work at once and need to keep those tabs open. As the tabs accumulate, it becomes a mess. And this extention aims to solve this problem. The new Edge browser has already have a built-in functionality called Collections, which I think is very practical. So this extension is pretty much referencing the Edge Collections. If you have any problems, you can contact me through email. And this extension is Open-source. (https://github.com/drafting-dreams/Tab-Collections)
擴展基本資訊
名稱 | Tab Collections |
ID | njajpkffmbopfdgecgdemkhamnkhgmnc |
官方網址 | https://chromewebstore.google.com/detail/tab-collections/njajpkffmbopfdgecgdemkhamnkhgmnc |
簡介 | Tab Collections |
檔案大小 | 128 KB |
安裝次數 | 144 |
目前版本 | 1.2.4 |
更新時間 | 2022-02-20 |
上架時間 | 2020-12-12 |
評分 | 2.00/5 共 4 次評分 |
開發者 | draftingdreams666 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Collections", "description": "Tab Collections", "version": "1.2.4", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "storage", "tabs", "tabGroups", "scripting", "identity" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |