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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
| 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"
]
} | |