Copy html in jade
Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade
Co to jest Copy html in jade?
Copy html in jade to rozszerzenie Chrome opracowane przez cyril.bareme, a jego główną funkcją jest „Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Copy html in jade
Pobierz pliki rozszerzeń Copy html in jade w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Copy html in jade |
ID | ooimannacmnfehchhnahaaglimfjfedo |
Oficjalny URL | https://chromewebstore.google.com/detail/copy-html-in-jade/ooimannacmnfehchhnahaaglimfjfedo |
Opis | Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade |
Rozmiar pliku | 47.29 KB |
Liczba instalacji | 99 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-08 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | cyril.bareme |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |