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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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",
        "*:\/\/*\/*"
    ]
}