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