labnol

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

What is labnol?

labnol is a Chrome extension developed by https://digitalinspiration.com, and its main feature is "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.".

Extension Screenshots

screenshot

Download labnol Extension CRX File

Download labnol extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name labnol labnol
ID eemidipgodgijlikgpdilfpolloknidd
Official URL https://chromewebstore.google.com/detail/labnol/eemidipgodgijlikgpdilfpolloknidd
Description See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.
File Size 7.53 KB
Installation Count 224
Current Version 0.5
Last Updated 2014-02-24
Publish Date 2014-02-24
Rating 3.79/5 Total 14 Ratings
Developer https://digitalinspiration.com
Email [email protected]
Payment Type free
Extension Website http://www.labnol.org/
Help Page URL http://digitalinspiration.com/google-chrome
Privacy Policy Page URL https://digitalinspiration.com/privacy
Supported Languages 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"
}