Quicklaunch

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

ما هو Quicklaunch؟

Quicklaunch هو إضافة Chrome تم تطويرها بواسطة Mickael Metesreau، والميزة الرئيسية لها هي "Press Ctrl+Shift+F and start searching your links using your own tags.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Quicklaunch

قم بتنزيل ملفات الامتداد Quicklaunch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            }
        }
    }
}