woo

woo

Vad är woo?

woo är en Chrome-tillägg utvecklad av https://bradgriffin.me, och dess huvudfunktion är "woo".

Tilläggsskärmbilder

screenshot

Ladda ner woo-förlängningens CRX-fil

Ladda ner woo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn woo woo
ID enjpepecjlefgdiohjdaagoocgflmang
Officiell webbadress https://chrome.google.com/webstore/detail/woo/enjpepecjlefgdiohjdaagoocgflmang
Beskrivning woo
Filstorlek 38.58 KB
Antal Installationer 14
Aktuell Version 0.1
Senast Uppdaterad 2016-03-09
Publiceringsdatum 2016-03-09
Utvecklare https://bradgriffin.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://bradgriffin.me/woocommerce-help-chrome-extension/
Hjälpsida URL https://bradgriffin.me/woocommerce-help-chrome-extension/
Stödda Språk 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
}