Copy html in jade
Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade
Wat is Copy html in jade?
Copy html in jade is een Chrome-extensie ontwikkeld door cyril.bareme, en de belangrijkste functie is "Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy html in jade
Download Copy html in jade-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ooimannacmnfehchhnahaaglimfjfedo |
| Officiële URL | https://chromewebstore.google.com/detail/copy-html-in-jade/ooimannacmnfehchhnahaaglimfjfedo |
| Beschrijving | Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade |
| Bestandsgrootte | 47.29 KB |
| Aantal Installaties | 99 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2019-03-08 |
| Publicatiedatum | 2019-03-08 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | cyril.bareme |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |