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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Quicklaunch Quicklaunch
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"
            }
        }
    }
}