Html Scan
Scan and copy text, html markup on any websites
Html Scanคืออะไร?
Html Scan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย reactgo.com และคุณลักษณะหลักของมันคือ "Scan and copy text, html markup on any websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Html Scan
ดาวน์โหลดไฟล์ส่วนขยาย Html Scan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Html Scan helps to copy html code, text instantly in any webpages with one click. - You can also view current html element width & height, font-family and font-size. - You can copy entire page html code with one click. - Change to text button helps to copy text instead of html code. Very fast, No libraries used pure JavaScript.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Html Scan |
ID | jkkccmdilclkdkhkfdmcbdiagpibmpne |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/html-scan/jkkccmdilclkdkhkfdmcbdiagpibmpne |
คำอธิบาย | Scan and copy text, html markup on any websites |
ขนาดไฟล์ | 167 KB |
จำนวนการติดตั้ง | 4,242 |
เวอร์ชันปัจจุบัน | 0.5.1 |
อัปเดตครั้งล่าสุด | 2020-02-03 |
วันที่เผยแพร่ | 2020-02-01 |
คะแนน | 4.79/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | reactgo.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://reactgo.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Html Scan", "short_name": "Html Scan", "version": "0.5.1", "description": "Scan and copy text, html markup on any websites ", "permissions": [ "activeTab" ], "background": { "page": "ss.html" }, "icons": { "16": "images\/16x16-logo.png", "48": "images\/48x48-icon.png", "128": "images\/128x128-icon.png" }, "homepage_url": "https:\/\/reactgo.com", "browser_action": { "default_icon": "images\/16x16-logo.png", "default_title": "Html Scan" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |