Copy html in jade
Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade
What is Copy html in jade?
Copy html in jade is a Chrome extension developed by cyril.bareme, and its main feature is "Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade".
Extension Screenshots
Download Copy html in jade Extension CRX File
Download Copy html in jade extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Copy html in jade |
ID | ooimannacmnfehchhnahaaglimfjfedo |
Official URL | 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 |
File Size | 47.29 KB |
Installation Count | 99 |
Current Version | 0.0.2 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | cyril.bareme |
Payment Type | free |
Supported Languages | 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" ] } |