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是由cyril.bareme开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade”。
扩展截图
下载Copy html in jade扩展crx文件
下载Copy html in jade扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |