labnol

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

什么是labnol?

labnol是由https://digitalinspiration.com开发的Chrome扩展程序,该扩展的主要功能是“See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.”。

扩展截图

screenshot

下载labnol扩展crx文件

下载labnol扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 labnol labnol
ID eemidipgodgijlikgpdilfpolloknidd
官方URL https://chromewebstore.google.com/detail/labnol/eemidipgodgijlikgpdilfpolloknidd
简介 See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.
文件大小 7.53 KB
安装次数 224
当前版本 0.5
更新时间 2014-02-24
上架时间 2014-02-24
评分 3.79/5 共14次评分
开发者 https://digitalinspiration.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.labnol.org/
帮助页面URL http://digitalinspiration.com/google-chrome
隐私政策页面URL https://digitalinspiration.com/privacy
支持的语言 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"
}