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