woo

woo

Wat is woo?

woo is een Chrome-extensie ontwikkeld door https://bradgriffin.me, en de belangrijkste functie is "woo".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie woo

Download woo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam woo woo
ID enjpepecjlefgdiohjdaagoocgflmang
Officiële URL https://chrome.google.com/webstore/detail/woo/enjpepecjlefgdiohjdaagoocgflmang
Beschrijving woo
Bestandsgrootte 38.58 KB
Aantal Installaties 14
Huidige Versie 0.1
Laatst Bijgewerkt 2016-03-09
Publicatiedatum 2016-03-09
Ontwikkelaar https://bradgriffin.me
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bradgriffin.me/woocommerce-help-chrome-extension/
Help Pagina-URL https://bradgriffin.me/woocommerce-help-chrome-extension/
Ondersteunde Talen 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
}