labnol

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

Vad är labnol?

labnol är en Chrome-tillägg utvecklad av https://digitalinspiration.com, och dess huvudfunktion är "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.".

Tilläggsskärmbilder

screenshot

Ladda ner labnol-förlängningens CRX-fil

Ladda ner labnol-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

                        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äggande Information om Tillägg

Namn labnol labnol
ID eemidipgodgijlikgpdilfpolloknidd
Officiell webbadress https://chromewebstore.google.com/detail/labnol/eemidipgodgijlikgpdilfpolloknidd
Beskrivning See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.
Filstorlek 7.53 KB
Antal Installationer 224
Aktuell Version 0.5
Senast Uppdaterad 2014-02-24
Publiceringsdatum 2014-02-24
Betyg 3.79/5 Totalt 14 Betyg
Utvecklare https://digitalinspiration.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.labnol.org/
Hjälpsida URL http://digitalinspiration.com/google-chrome
URL till Sekretesspolicy Sidan https://digitalinspiration.com/privacy
Stödda Språk 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"
}