Lil’ Launch
Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.
Vad är Lil’ Launch?
Lil’ Launch är en Chrome-tillägg utvecklad av Icelab, och dess huvudfunktion är "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.".
Tilläggsskärmbilder
Ladda ner Lil’ Launch-förlängningens CRX-fil
Ladda ner Lil’ Launch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | npgcapmdmghagoiccaojjmpgbccicikj |
| Officiell webbadress | https://chromewebstore.google.com/detail/lil%E2%80%99-launch/npgcapmdmghagoiccaojjmpgbccicikj |
| Beskrivning | Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox. |
| Filstorlek | 6.23 KB |
| Antal Installationer | 47 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2012-09-18 |
| Publiceringsdatum | 2012-09-18 |
| Utvecklare | Icelab |
| Betalningssätt | free |
| Stödda Språk | 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",
"*:\/\/*\/*"
]
} | |