Link Shortcuts
Access common urls by typing a shortcut name
什么是Link Shortcuts?
Link Shortcuts是由pminkov开发的Chrome扩展程序,该扩展的主要功能是“Access common urls by typing a shortcut name”。
扩展截图
下载Link Shortcuts扩展crx文件
下载Link Shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No need to remember long web addresses or look through your bookmarks. Just associate a web page with a short name and go to the page by typing the short name. Type the keyword "go", tab/space and start typing. To add a new shortcut, click on the extension icon and add it in the menu.
扩展基本信息
名称 | |
ID | bceohjonbodagliebplenbfjlapegaei |
官方URL | https://chrome.google.com/webstore/detail/link-shortcuts/bceohjonbodagliebplenbfjlapegaei |
简介 | Access common urls by typing a shortcut name |
文件大小 | 66.75 KB |
安装次数 | 73 |
当前版本 | 1.0.9 |
更新时间 | 2017-02-17 |
上架时间 | 2017-02-17 |
评分 | 4.00/5 共4次评分 |
开发者 | pminkov |
付费类型 | free |
扩展官网 | https://github.com/pminkov/chrome-link-shortcuts |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Shortcuts", "description": "Access common urls by typing a shortcut name", "version": "1.0.9", "omnibox": { "keyword": "go" }, "browser_action": [], "icons": { "16": "icons\/Icons-03-16x16.png", "48": "icons\/Icons-03-48x48.png", "128": "icons\/Icons-03-128x128.png" }, "background": { "scripts": [ "message_names.js", "bookmark_utils.js", "dataset.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |