eXtract Snippet
Extract HTML/CSS snippets from websites. Inspect an element and eXtract HTML CSS
eXtract Snippetคืออะไร?
eXtract Snippet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Melwyn Pawar และคุณลักษณะหลักของมันคือ "Extract HTML/CSS snippets from websites. Inspect an element and eXtract HTML CSS"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eXtract Snippet
ดาวน์โหลดไฟล์ส่วนขยาย eXtract Snippet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
eXtract Snippet may be used to easily extract the HTML & CSS code for any snippet over any website. Extract HTML/CSS snippets from websites in the following way. Install "eXtract Snippet"=> Inspect an element using chrome's developer tools 'inspect element'. Within the developer tools you should also see a panel named "eXtract HTML CSS". Click on to the "eXtract HTML CSS" panel and further click onto the "Get HTML/CSS of inspected element" button withing the panel. Please be patient while the eXtractor filters only the relevant CSS and pulls out the HTML CODE for the inspected snippet. Smaller snippets may get done quickly, bigger snippets may take a while. The final extracted code is a close match to the actual snippet onto the site and can be previewed onto "codepen", "jsfiddle" or "JSbin" by simply clicking on to the buttons below the eXtracted code. Kindly note that media queries are extracted in version 1.4 , but has been duplicated for each selector within the same media rule. 1.4 comes with an update of extracting HTML & CSS from iframes too.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | eXtract Snippet |
ID | bfcjfegkgdoomgmofhcidoiampnpbdao |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/extract-snippet/bfcjfegkgdoomgmofhcidoiampnpbdao |
คำอธิบาย | Extract HTML/CSS snippets from websites. Inspect an element and eXtract HTML CSS |
ขนาดไฟล์ | 297 KB |
จำนวนการติดตั้ง | 10,398 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2016-04-20 |
วันที่เผยแพร่ | 2016-04-20 |
คะแนน | 3.11/5 รวมทั้งหมด 38 คะแนน |
ผู้พัฒนา | Melwyn Pawar |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.example.com\/*" ] }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "allLibs.js" ], "matches": [ " |