Custom Chrome Shortcut Manager
To use, type 'go' into the search bar.
Custom Chrome Shortcut Managerคืออะไร?
Custom Chrome Shortcut Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swsmith.cc และคุณลักษณะหลักของมันคือ "To use, type 'go' into the search bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Chrome Shortcut Manager
ดาวน์โหลดไฟล์ส่วนขยาย Custom Chrome Shortcut Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
**New in Version 1.1.0** Ability to remove individual shortcuts! Define shortcuts to enter in the search bar! This makes getting to your favorite sites a breeze. Simply add an alias to url pairing in the configuration window, then type 'go' in the search bar. Press tab and enter the alias of the website you want to visit. You're then directed the website. As an added bonus, Omnibox Alias does math. Simply type in a math expression to the search box and it'll suggest the rest.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Custom Chrome Shortcut Manager |
ID | ijihchgjhagfhdkhagnmlebpepjlecml |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/custom-chrome-shortcut-ma/ijihchgjhagfhdkhagnmlebpepjlecml |
คำอธิบาย | To use, type 'go' into the search bar. |
ขนาดไฟล์ | 202 KB |
จำนวนการติดตั้ง | 1,913 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2022-05-25 |
วันที่เผยแพร่ | 2020-05-04 |
คะแนน | 3.23/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://swsmith.cc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sean-smith.github.io/chromeshortcuts/index.html |
URL หน้าช่วยเหลือ | https://github.com/sean-smith/chrome_shortcuts/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://seanssmith.net/copyright.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Chrome Shortcut Manager", "short_name": "Omnibox Alias", "description": "To use, type 'go' into the search bar.", "version": "1.1.1", "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Omnibox Alias", "default_icon": "img\/terminal_16x16.png", "default_popup": "popup.html" }, "omnibox": { "keyword": "go" }, "icons": { "16": "img\/terminal_16x16.png", "48": "img\/terminal_48x48.png", "128": "img\/terminal_128x128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |