labnol

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

Hvad er labnol?

labnol er en Chrome-udvidelse udviklet af https://digitalinspiration.com, og dens hovedfunktion er "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.".

Udvidelsesskærmbilleder

screenshot

Download labnol-udvidelses-CRX-fil

Download labnol-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn labnol labnol
ID eemidipgodgijlikgpdilfpolloknidd
Officiel URL https://chromewebstore.google.com/detail/labnol/eemidipgodgijlikgpdilfpolloknidd
Beskrivelse See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.
Filstørrelse 7.53 KB
Antal Installationer 224
Nuværende Version 0.5
Senest Opdateret 2014-02-24
Udgivelsesdato 2014-02-24
Bedømmelse 3.79/5 Samlet 14 Bedømmelser
Udvikler https://digitalinspiration.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.labnol.org/
Hjælpeside-URL http://digitalinspiration.com/google-chrome
URL til Fortrolighedspolitik Side https://digitalinspiration.com/privacy
Understøttede Sprog 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"
}