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 擴展基本資訊
| 名稱 | |
| ID | ooimannacmnfehchhnahaaglimfjfedo |
| 官方網址 | 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"
]
} | |