Tablight
Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.
Tablightคืออะไร?
Tablight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fouad.co และคุณลักษณะหลักของมันคือ "Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tablight
ดาวน์โหลดไฟล์ส่วนขยาย Tablight ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mac Spotlight search for Chrome tabs. Press Cmd/Ctrl + O to open the search bar on any page. If you need to open a file in chrome, you can still create a new tab and use the hotkey's default action. If you have any problems, post an issue here https://github.com/fouad/chrome-tablight/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tablight |
ID | clenlcdnkhcmilhodbibgldkmldgpboi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tablight/clenlcdnkhcmilhodbibgldkmldgpboi |
คำอธิบาย | Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs. |
ขนาดไฟล์ | 15.12 KB |
จำนวนการติดตั้ง | 886 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2015-01-21 |
วันที่เผยแพร่ | 2015-01-21 |
คะแนน | 2.11/5 รวมทั้งหมด 38 คะแนน |
ผู้พัฒนา | https://fouad.co |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://fouad.co/tablight/ |
URL หน้าช่วยเหลือ | https://github.com/fouad/chrome-tablight/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.7", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "commands": { "open-search": { "description": "open search", "global": false, "suggested_key": { "default": "Ctrl+Shift+O", "mac": "Command+Shift+O" } } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "activeTab" ] } |