Copy html in jade
Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade
ما هو Copy html in jade؟
Copy html in jade هو إضافة Chrome تم تطويرها بواسطة cyril.bareme، والميزة الرئيسية لها هي "Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy html in jade
قم بتنزيل ملفات الامتداد Copy html in jade بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Copy html in jade |
ID | ooimannacmnfehchhnahaaglimfjfedo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/copy-html-in-jade/ooimannacmnfehchhnahaaglimfjfedo |
الوصف | Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade |
حجم الملف | 47.29 KB |
عدد التثبيتات | 99 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | cyril.bareme |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |