Copy html in jade

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

Qu'est-ce que Copy html in jade ?

Copy html in jade est une extension Chrome développée par cyril.bareme, et sa fonction principale est "Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy html in jade

Téléchargez les fichiers d'extension Copy html in jade au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Copy html in jade Copy html in jade
ID ooimannacmnfehchhnahaaglimfjfedo
URL Officiel https://chromewebstore.google.com/detail/copy-html-in-jade/ooimannacmnfehchhnahaaglimfjfedo
Description Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade
Taille du Fichier 47.29 KB
Nombre d'Installations 99
Version Actuelle 0.0.2
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur cyril.bareme
Type de Paiement free
Langues Prises en Charge 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"
    ]
}