woo

woo

woo là gì?

woo là một tiện ích mở rộng Chrome được phát triển bởi https://bradgriffin.me, và tính năng chính của nó là "woo".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng woo

Tải xuống các tệp mở rộng woo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên woo woo
ID enjpepecjlefgdiohjdaagoocgflmang
URL Chính Thức https://chrome.google.com/webstore/detail/woo/enjpepecjlefgdiohjdaagoocgflmang
Mô tả woo
Kích Thước Tệp 38.58 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-03-09
Ngày Phát Hành 2016-03-09
Nhà Phát Triển https://bradgriffin.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bradgriffin.me/woocommerce-help-chrome-extension/
URL Trang Trợ Giúp https://bradgriffin.me/woocommerce-help-chrome-extension/
Ngôn Ngữ Được Hỗ Trợ 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
}