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