woo

woo

Apa itu woo?

woo adalah ekstensi Chrome yang dikembangkan oleh https://bradgriffin.me, dan fitur utamanya adalah "woo".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi woo

Unduh file ekstensi woo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama woo woo
ID enjpepecjlefgdiohjdaagoocgflmang
URL Resmi https://chrome.google.com/webstore/detail/woo/enjpepecjlefgdiohjdaagoocgflmang
Deskripsi woo
Ukuran File 38.58 KB
Jumlah Instalasi 14
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-03-09
Tanggal Publikasi 2016-03-09
Pengembang https://bradgriffin.me
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bradgriffin.me/woocommerce-help-chrome-extension/
URL Halaman Bantuan https://bradgriffin.me/woocommerce-help-chrome-extension/
Bahasa yang Didukung 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
}