Quicklaunch
Press Ctrl+Shift+F and start searching your links using your own tags.
什么是Quicklaunch?
Quicklaunch是由Mickael Metesreau开发的Chrome扩展程序,该扩展的主要功能是“Press Ctrl+Shift+F and start searching your links using your own tags.”。
扩展截图
下载Quicklaunch扩展crx文件
下载Quicklaunch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If like me, you have too many favorites then Quicklaunch may help you. Quicklaunch is a extension which bring a custom search bar and provide a way to find link using your own tag system.
扩展基本信息
名称 | |
ID | pkcmlalpmnilmdhhfhopppiipaajoifm |
官方URL | https://chromewebstore.google.com/detail/quicklaunch/pkcmlalpmnilmdhhfhopppiipaajoifm |
简介 | Press Ctrl+Shift+F and start searching your links using your own tags. |
文件大小 | 1.01 MB |
安装次数 | 35 |
当前版本 | 2.0 |
更新时间 | 2019-11-06 |
上架时间 | 2019-11-06 |
评分 | 5.00/5 共4次评分 |
开发者 | Mickael Metesreau |
付费类型 | free |
扩展官网 | https://github.com/mmetesreau/quicklaunch |
支持的语言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.0", "manifest_version": 2, "permissions": [ "storage", "tabs", "notifications", "bookmarks" ], "options_page": "options.html", "browser_action": { "default_popup": "browser_action.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } } } |