labnol

See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.

Cos'è labnol?

labnol è un'estensione di Chrome sviluppata da https://digitalinspiration.com, e la sua funzione principale è "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione labnol

Scarica i file di estensione labnol in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Digital Inspiration, launched in 2004, is among the most popular how-to blogs on the Internet. 

The blog features how-to guides around consumer technology, software tutorials, app reviews and everything else that enhances personal productivity.

You can use the Digital Inspiration extension to search our extensive tutorials library from anywhere inside your Chrome browser.

The app will also show you the most recently published tutorials and guides with a click.                    

Informazioni di Base sull'Estensione

Nome labnol labnol
ID eemidipgodgijlikgpdilfpolloknidd
URL Ufficiale https://chromewebstore.google.com/detail/labnol/eemidipgodgijlikgpdilfpolloknidd
Descrizione See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.
Dimensione del File 7.53 KB
Conteggio Installazioni 224
Versione Corrente 0.5
Ultimo Aggiornamento 2014-02-24
Data di Pubblicazione 2014-02-24
Valutazione 3.79/5 Totale 14 Valutazioni
Sviluppatore https://digitalinspiration.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.labnol.org/
URL della Pagina di Aiuto http://digitalinspiration.com/google-chrome
URL della Pagina della Politica sulla Privacy https://digitalinspiration.com/privacy
Lingue Supportate en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "labnol.html",
        "default_title": "Digital Inspiration"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "description": "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "labnol",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5"
}