Copy html in jade
Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade
Was ist Copy html in jade?
Copy html in jade ist eine Chrome-Erweiterung, die von cyril.bareme entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade".
Erweiterungsscreenshots
Copy html in jade-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy html in jade-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Copy html in jade |
ID | ooimannacmnfehchhnahaaglimfjfedo |
Offizielle URL | https://chromewebstore.google.com/detail/copy-html-in-jade/ooimannacmnfehchhnahaaglimfjfedo |
Beschreibung | Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade |
Dateigröße | 47.29 KB |
Installationsanzahl | 99 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | cyril.bareme |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |