HTML Elements Screenshot
Easily remove desired HTML5 elements with just one click!
HTML Elements Screenshotคืออะไร?
HTML Elements Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sevina และคุณลักษณะหลักของมันคือ "Easily remove desired HTML5 elements with just one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML Elements Screenshot
ดาวน์โหลดไฟล์ส่วนขยาย HTML Elements Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HTML Elements Screenshot enables you to capture a full or partial screenshot from any webpage. It uses an open-source JavaScript library called - html2canvas. To work with this add-on, simply click on the toolbar icon to activate the add-on. Then, select any desired element with mouse left-click. Please note that, as you move your mouse, elements are highlighted with pink color. Once you select an element, a popup window will appear that contains a loader image. Once the operation is done, the loader will be replaced with the screenshot. Now you can download the image to your machine by clicking on the download button. If you want to close the screenshot's popup window, please click on the close button on the top left corner. Please note that, by default, the extension does not include cross-domain images in the screenshot, if you want to enable this feature, please visit the options page and click on the - allow cors - checkmark. You can also adjust the screenshot resolution. By default, it is set to 2, meaning the screenshot image is two times bigger than the original element. If you have a feature request in mind or found a bug to report, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/html-elements-screenshot.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HTML Elements Screenshot |
ID | mckfdaahjhmnchjihljdiakamamondld |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/html-elements-screenshot/mckfdaahjhmnchjihljdiakamamondld |
คำอธิบาย | Easily remove desired HTML5 elements with just one click! |
ขนาดไฟล์ | 147 KB |
จำนวนการติดตั้ง | 5,409 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2024-01-23 |
วันที่เผยแพร่ | 2018-12-18 |
คะแนน | 4.33/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | Sevina |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/html-elements-screenshot.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/html-elements-screenshot.html |
URL หน้านโยบายความเป็นส่วนตัว | https://mybrowseraddon.com/privacy-policy/developer/sevina.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4", "manifest_version": 3, "offline_enabled": true, "name": "HTML Elements Screenshot", "optional_host_permissions": [ "*:\/\/*\/*" ], "optional_permissions": [ "declarativeNetRequestWithHostAccess" ], "description": "Easily remove desired HTML5 elements with just one click!", "homepage_url": "https:\/\/mybrowseraddon.com\/html-elements-screenshot.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "permissions": [ "storage", "scripting", "activeTab" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "data\/content_script\/inject.css", "data\/content_script\/resources\/error.png", "data\/content_script\/resources\/loader.svg" ] } ], "action": { "default_title": "HTML Elements Screenshot", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |