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
Eメール [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"
}