Tab Queue
Queue tabs for later use!
Tab Queueคืออะไร?
Tab Queue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FullStack และคุณลักษณะหลักของมันคือ "Queue tabs for later use!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Queue
ดาวน์โหลดไฟล์ส่วนขยาย Tab Queue ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Found some great videos or articles you want to read later on? Queue them up for later viewing with Tab Queue! Easily save useful and interesting tabs and open them one at a time, wherever you are! All saved tabs will be saved to your Chrome account, meaning you can even switch computers and still be able to open them!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Queue |
ID | abjpbboagegjdkhehcblbaodcedegdce |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-queue/abjpbboagegjdkhehcblbaodcedegdce |
คำอธิบาย | Queue tabs for later use! |
ขนาดไฟล์ | 11.42 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2017-11-04 |
วันที่เผยแพร่ | 2017-11-03 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | FullStack |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Queue", "description": "Queue tabs for later use!", "manifest_version": 2, "version": "1", "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "activeTab", "storage" ] } |