Quicklaunch
Press Ctrl+Shift+F and start searching your links using your own tags.
Quicklaunchคืออะไร?
Quicklaunch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mickael Metesreau และคุณลักษณะหลักของมันคือ "Press Ctrl+Shift+F and start searching your links using your own tags."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quicklaunch
ดาวน์โหลดไฟล์ส่วนขยาย Quicklaunch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If like me, you have too many favorites then Quicklaunch may help you. Quicklaunch is a extension which bring a custom search bar and provide a way to find link using your own tag system.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pkcmlalpmnilmdhhfhopppiipaajoifm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quicklaunch/pkcmlalpmnilmdhhfhopppiipaajoifm |
คำอธิบาย | Press Ctrl+Shift+F and start searching your links using your own tags. |
ขนาดไฟล์ | 1.01 MB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2019-11-06 |
วันที่เผยแพร่ | 2019-11-06 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Mickael Metesreau |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mmetesreau/quicklaunch |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.0", "manifest_version": 2, "permissions": [ "storage", "tabs", "notifications", "bookmarks" ], "options_page": "options.html", "browser_action": { "default_popup": "browser_action.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } } } |