woo

woo

wooとは何ですか?

wooはhttps://bradgriffin.meによって開発されたChromeの拡張機能で、その主な機能は「woo」です。

拡張機能のスクリーンショット

screenshot

woo拡張機能のCRXファイルをダウンロード

woo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        https://bradgriffin.me/woocommerce-help-chrome-extension  
This Google Chrome Extension will simply modify the hyperlinks in WooTheme's Documentation so that you can SEE all the links in the documentation.                    

拡張機能の基本情報

名前 woo woo
ID enjpepecjlefgdiohjdaagoocgflmang
公式URL https://chrome.google.com/webstore/detail/woo/enjpepecjlefgdiohjdaagoocgflmang
説明 woo
ファイルサイズ 38.58 KB
インストール数 14
現在のバージョン 0.1
最終更新日 2016-03-09
公開日 2016-03-09
開発者 https://bradgriffin.me
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bradgriffin.me/woocommerce-help-chrome-extension/
ヘルプページのURL https://bradgriffin.me/woocommerce-help-chrome-extension/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "woo",
        "default_icon": "icon.png"
    },
    "name": "woo",
    "description": "woo",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "wootheme.js"
            ],
            "matches": [
                "https:\/\/docs.woothemes.com\/*",
                "http:\/\/docs.woothemes.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "0.1",
    "manifest_version": 2
}