canopy companion css selector tool

This extensions helps you create quality css, jquery, and xpath selectors

ما هو canopy companion css selector tool؟

canopy companion css selector tool هو إضافة Chrome تم تطويرها بواسطة http://lefthandedgoat.github.io/canopy، والميزة الرئيسية لها هي "This extensions helps you create quality css, jquery, and xpath selectors".

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

screenshot

تحميل ملف CRX للإضافة canopy companion css selector tool

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

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

                        This extensions helps you create quality css, jquery, and xpath selectors

Learn more about the canopy ui automation and testing library here: http://lefthandedgoat.github.io/canopy/                    

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

الاسم canopy companion css selector tool canopy companion css selector tool
ID jehfnloleecojodohcdfpbhjahhaplje
عنوان URL الرسمي https://chrome.google.com/webstore/detail/canopy-companion-css-sele/jehfnloleecojodohcdfpbhjahhaplje
الوصف This extensions helps you create quality css, jquery, and xpath selectors
حجم الملف 333 KB
عدد التثبيتات 62
النسخة الحالية 0.2
آخر تحديث 2017-02-02
تاريخ النشر 2017-02-02
تقييم 5.00/5 مجموع تقييمات 2
المطور http://lefthandedgoat.github.io/canopy
نوع الدفع free
موقع الإضافة http://lefthandedgoat.github.io/canopy/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "canopy companion css selector tool",
    "description": "This extensions helps you create quality css, jquery, and xpath selectors",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}