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
官方網址 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"
}