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 |
官方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'" } |