Lil’ Launch

Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.

ما هو Lil’ Launch؟

Lil’ Launch هو إضافة Chrome تم تطويرها بواسطة Icelab، والميزة الرئيسية لها هي "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.".

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

screenshot

تحميل ملف CRX للإضافة Lil’ Launch

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

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

                        Type "ll" then "space" in the Omnibox to search to invoke Lil’ Launch. You can then search anything  in your bookmarks, and when you find a match press "Enter" to open.

Works with bookmarks and bookmarks and bookmarklet if you want to get a little crazy.                    

معلومات أساسية عن التمديد

الاسم Lil’ Launch Lil’ Launch
ID npgcapmdmghagoiccaojjmpgbccicikj
عنوان URL الرسمي https://chromewebstore.google.com/detail/lil%E2%80%99-launch/npgcapmdmghagoiccaojjmpgbccicikj
الوصف Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.
حجم الملف 6.23 KB
عدد التثبيتات 47
النسخة الحالية 1.0
آخر تحديث 2012-09-18
تاريخ النشر 2012-09-18
المطور Icelab
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lil\u2019 Launch",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "ll"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "*:\/\/*\/*"
    ]
}