Tabbi
Bookmarks, Front And Center
Tabbiคืออะไร?
Tabbi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://12px.io และคุณลักษณะหลักของมันคือ "Bookmarks, Front And Center"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabbi
ดาวน์โหลดไฟล์ส่วนขยาย Tabbi ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tabbi Bookmarks: A new new tab. Tabbi replaces chrome's new tab page with a new one that is much more bookmark focused, allowing you to find what you need quickly and open it when you need it. Tabbi also supports saving all of your tabs in one go into a special bookmark board called a "session".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tabbi |
ID | ilonjmcjjkcnhndjfkaoekocdfhedlfd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabbi/ilonjmcjjkcnhndjfkaoekocdfhedlfd |
คำอธิบาย | Bookmarks, Front And Center |
ขนาดไฟล์ | 319 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.0.0.3 |
อัปเดตครั้งล่าสุด | 2018-10-06 |
วันที่เผยแพร่ | 2018-10-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://12px.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://tabbi.12px.io |
URL หน้าช่วยเหลือ | https://github.com/12px/tabbi |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabbi", "version": "1.0.0.3", "description": "Bookmarks, Front And Center", "manifest_version": 2, "icons": { "128": "icon.png" }, "browser_action": { "default_popup": "app\/index.html?popup=true", "default_icon": { "128": "icon.png" } }, "permissions": [ "tabs", "identity", "storage" ], "chrome_url_overrides": { "newtab": "app\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "oauth2": { "client_id": "645077009967-qhq77o1l3qgnijjor0ap9vtbvrtq0st2.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.appdata" ] } } |