GraphiTabs
Your tabs in order. Smart way to organize your web.
GraphiTabsคืออะไร?
GraphiTabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://graphiy.com และคุณลักษณะหลักของมันคือ "Your tabs in order. Smart way to organize your web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GraphiTabs
ดาวน์โหลดไฟล์ส่วนขยาย GraphiTabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
GraphiTabs extension helps to perform deep tabs management with ease.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GraphiTabs |
ID | dcfclemgmkccmnpgnldhldjmflphkimp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/graphitabs/dcfclemgmkccmnpgnldhldjmflphkimp |
คำอธิบาย | Your tabs in order. Smart way to organize your web. |
ขนาดไฟล์ | 1.19 MB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2020-01-31 |
วันที่เผยแพร่ | 2020-01-30 |
คะแนน | 4.32/5 รวมทั้งหมด 107 คะแนน |
ผู้พัฒนา | https://graphiy.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GraphiTabs", "version": "0.1.1", "description": "Your tabs in order. Smart way to organize your web.", "icons": { "16": "\/res\/image\/logo\/16.png", "48": "\/res\/image\/logo\/48.png", "128": "\/res\/image\/logo\/128.png" }, "browser_action": { "default_icon": "\/res\/image\/logo\/19.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs", "bookmarks" ] } |