canopy companion css selector tool

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

Apa itu canopy companion css selector tool?

canopy companion css selector tool adalah ekstensi Chrome yang dikembangkan oleh http://lefthandedgoat.github.io/canopy, dan fitur utamanya adalah "This extensions helps you create quality css, jquery, and xpath selectors".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi canopy companion css selector tool

Unduh file ekstensi canopy companion css selector tool 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

                        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/                    

Informasi Dasar Ekstensi

Nama canopy companion css selector tool canopy companion css selector tool
ID jehfnloleecojodohcdfpbhjahhaplje
URL Resmi https://chrome.google.com/webstore/detail/canopy-companion-css-sele/jehfnloleecojodohcdfpbhjahhaplje
Deskripsi This extensions helps you create quality css, jquery, and xpath selectors
Ukuran File 333 KB
Jumlah Instalasi 62
Versi Saat Ini 0.2
Terakhir Diperbarui 2017-02-02
Tanggal Publikasi 2017-02-02
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://lefthandedgoat.github.io/canopy
Tipe Pembayaran free
Situs Ekstensi http://lefthandedgoat.github.io/canopy/
Bahasa yang Didukung 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
    }
}