Copy html in jade

Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade

Apa itu Copy html in jade?

Copy html in jade adalah ekstensi Chrome yang dikembangkan oleh cyril.bareme, dan fitur utamanya adalah "Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Copy html in jade

Unduh file ekstensi Copy html in jade 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

                        Add a context action to copy a snippet of html and translate it directly in jade.

Felle free to contribute :
https://github.com/cylwin/chrome-ext-copy-html2jade

Thx                    

Informasi Dasar Ekstensi

Nama Copy html in jade Copy html in jade
ID ooimannacmnfehchhnahaaglimfjfedo
URL Resmi https://chromewebstore.google.com/detail/copy-html-in-jade/ooimannacmnfehchhnahaaglimfjfedo
Deskripsi Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade
Ukuran File 47.29 KB
Jumlah Instalasi 99
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang cyril.bareme
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy html in jade",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "clipboardWrite",
        "contextMenus"
    ]
}