Quicklaunch

Press Ctrl+Shift+F and start searching your links using your own tags.

What is Quicklaunch?

Quicklaunch is a Chrome extension developed by Mickael Metesreau, and its main feature is "Press Ctrl+Shift+F and start searching your links using your own tags.".

Extension Screenshots

screenshot
screenshot

Download Quicklaunch Extension CRX File

Download Quicklaunch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Quicklaunch Quicklaunch
ID pkcmlalpmnilmdhhfhopppiipaajoifm
Official URL https://chromewebstore.google.com/detail/quicklaunch/pkcmlalpmnilmdhhfhopppiipaajoifm
Description Press Ctrl+Shift+F and start searching your links using your own tags.
File Size 1.01 MB
Installation Count 35
Current Version 2.0
Last Updated 2019-11-06
Publish Date 2019-11-06
Rating 5.00/5 Total 4 Ratings
Developer Mickael Metesreau
Payment Type free
Extension Website https://github.com/mmetesreau/quicklaunch
Supported Languages 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"
            }
        }
    }
}