Custom Chrome Shortcut Manager
To use, type 'go' into the search bar.
什麼是Custom Chrome Shortcut Manager?
Custom Chrome Shortcut Manager是由https://swsmith.cc開發的Chrome擴展程式,該擴展的主要功能是“To use, type 'go' into the search bar.”。
擴展截圖
下載Custom Chrome Shortcut Manager擴展crx文件
下載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 |
官方網址 | 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'" } |