Quick Access
Quick access to the navigator's functionalities and bookmarks
什么是Quick Access?
Quick Access是由XecK开发的Chrome扩展程序,该扩展的主要功能是“Quick access to the navigator's functionalities and bookmarks”。
扩展截图
下载Quick Access扩展crx文件
下载Quick Access扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quick access is a command palette for Chrome. It allows you to access chrome functionnalities and your bookmarks just by typing a few keys using a fuzzy search close to the Sublime Text one.
Install, hit Ctrl+Shift+F, and you're good to go!
You can change these keys by clicking on "Shorcuts" at the bottom of the page chrome://extensions/ 扩展基本信息
| 名称 | |
| ID | iihnbnncigiiampnmeiiaiomcbnjmgmb |
| 官方URL | https://chromewebstore.google.com/detail/quick-access/iihnbnncigiiampnmeiiaiomcbnjmgmb |
| 简介 | Quick access to the navigator's functionalities and bookmarks |
| 文件大小 | 63.79 KB |
| 安装次数 | 225 |
| 当前版本 | 0.1 |
| 更新时间 | 2018-03-08 |
| 上架时间 | 2018-03-08 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | XecK |
| 付费类型 | free |
| 扩展官网 | https://github.com/XecKiE/Quick-Access |
| 支持的语言 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "0.1",
"icons": {
"512": "icons\/512.png",
"256": "icons\/256.png",
"192": "icons\/192.png",
"64": "icons\/64.png",
"32": "icons\/32.png"
},
"browser_action": {
"default_icon": {
"32": "icons\/32.png",
"64": "icons\/64.png"
},
"default_title": "__MSG_extensionName__",
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+P"
}
}
},
"options_ui": {
"page": "options.html"
},
"permissions": [
" | |