woo

woo

What is woo?

woo is a Chrome extension developed by https://bradgriffin.me, and its main feature is "woo".

Extension Screenshots

screenshot

Download woo Extension CRX File

Download woo 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

                        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.                    

Extension Basic Information

Name woo woo
ID enjpepecjlefgdiohjdaagoocgflmang
Official URL https://chrome.google.com/webstore/detail/woo/enjpepecjlefgdiohjdaagoocgflmang
Description woo
File Size 38.58 KB
Installation Count 14
Current Version 0.1
Last Updated 2016-03-09
Publish Date 2016-03-09
Developer https://bradgriffin.me
Email [email protected]
Payment Type free
Extension Website https://bradgriffin.me/woocommerce-help-chrome-extension/
Help Page URL https://bradgriffin.me/woocommerce-help-chrome-extension/
Supported Languages 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
}