Quote Image As Text
Quote arbitary images on the web as markdown text
Quote Image As Textคืออะไร?
Quote Image As Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย motemen และคุณลักษณะหลักของมันคือ "Quote arbitary images on the web as markdown text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quote Image As Text
ดาวน์โหลดไฟล์ส่วนขยาย Quote Image As Text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a context menu for images that enables you to quote the image easily. A markdown text is copied to your clipboard.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quote Image As Text |
ID | fjjehanehnaejfgnmkgebkefbdnebbkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quote-image-as-text/fjjehanehnaejfgnmkgebkefbdnebbkc |
คำอธิบาย | Quote arbitary images on the web as markdown text |
ขนาดไฟล์ | 8.43 KB |
จำนวนการติดตั้ง | 225 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2014-04-05 |
วันที่เผยแพร่ | 2014-04-05 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | motemen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quote Image As Text", "version": "0.0.2", "manifest_version": 2, "description": "Quote arbitary images on the web as markdown text", "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "contextMenus", "clipboardWrite", "notifications" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" } } |