woo

woo

ما هو woo؟

woo هو إضافة Chrome تم تطويرها بواسطة https://bradgriffin.me، والميزة الرئيسية لها هي "woo".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة woo

قم بتنزيل ملفات الامتداد woo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم woo woo
ID enjpepecjlefgdiohjdaagoocgflmang
عنوان URL الرسمي https://chrome.google.com/webstore/detail/woo/enjpepecjlefgdiohjdaagoocgflmang
الوصف woo
حجم الملف 38.58 KB
عدد التثبيتات 14
النسخة الحالية 0.1
آخر تحديث 2016-03-09
تاريخ النشر 2016-03-09
المطور https://bradgriffin.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://bradgriffin.me/woocommerce-help-chrome-extension/
عنوان صفحة المساعدة https://bradgriffin.me/woocommerce-help-chrome-extension/
اللغات المدعومة 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
}