Quickey Launcher
The fastest way to launch websites & bookmarks—with custom hotkeys!
Quickey Launcherคืออะไร?
Quickey Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://quickey.co และคุณลักษณะหลักของมันคือ "The fastest way to launch websites & bookmarks—with custom hotkeys!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quickey Launcher
ดาวน์โหลดไฟล์ส่วนขยาย Quickey Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Upgrade your New Tab to a dashboard of customizable hotkeys for launching 🚀 your favorite websites/bookmarks! ⚡️ INSTANT CONTEXT-SWITCHING • Quickey's 'single-key shortcuts' launches websites in a single press • Launch right from your New Tab (e.g "F"), or from anywhere with Global Hotkeys ("ALT+F") • Eliminate unnecessary typing/fumbling around search results, bookmark folders, or Google Drive 😍 EASY EDITING • Quickey's designed to easily adapt to your evolving workflow/priorities • Add/delete shortcuts with a single click • Personalize with emojis for your visual memory • Drag-n-drop shortcuts around & try different combinations (e.g "ASDF" for social media, "QWE" for work tools) Start multitasking like a pro with Quickey!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nibepjokbndognmmejkdjcflfehkdhce |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/quickey-launcher/nibepjokbndognmmejkdjcflfehkdhce |
คำอธิบาย | The fastest way to launch websites & bookmarks—with custom hotkeys! |
ขนาดไฟล์ | 363 KB |
จำนวนการติดตั้ง | 4,370 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2018-05-14 |
วันที่เผยแพร่ | 2018-05-14 |
คะแนน | 4.85/5 รวมทั้งหมด 140 คะแนน |
ผู้พัฒนา | http://quickey.co |
เว็บไซต์ส่วนขยาย | http://www.quickey.co |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/u/2/d/1rXf1iVBvKAqjKzvQ-_C2ZQgIf-lM59y6TAuBXmBplBU/edit?usp=sharing |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.2", "name": "Quickey Launcher", "manifest_version": 2, "description": "The fastest way to launch websites & bookmarks\u2014with custom hotkeys!", "browser_action": { "default_title": "Launch Quickey", "default_icon": "img\/icon3.png" }, "icons": { "16": "img\/icon1.png", "48": "img\/icon2.png", "128": "img\/icon3.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "contextMenus", "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*", " |