Copy html in jade
Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade
Hvad er Copy html in jade?
Copy html in jade er en Chrome-udvidelse udviklet af cyril.bareme, og dens hovedfunktion er "Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade".
Udvidelsesskærmbilleder
Download Copy html in jade-udvidelses-CRX-fil
Download Copy html in jade-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ooimannacmnfehchhnahaaglimfjfedo |
| Officiel URL | https://chromewebstore.google.com/detail/copy-html-in-jade/ooimannacmnfehchhnahaaglimfjfedo |
| Beskrivelse | Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade |
| Filstørrelse | 47.29 KB |
| Antal Installationer | 99 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2019-03-08 |
| Udgivelsesdato | 2019-03-08 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | cyril.bareme |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |