Tab Collections
Tab Collections
Tab Collectionsคืออะไร?
Tab Collections เป็นส่วนขยายของ Chrome ที่พัฒนาโดย draftingdreams666 และคุณลักษณะหลักของมันคือ "Tab Collections"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Collections
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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": [ " |