Html Scan
Scan and copy text, html markup on any websites
Was ist Html Scan?
Html Scan ist eine Chrome-Erweiterung, die von reactgo.com entwickelt wurde, und ihr Hauptmerkmal ist "Scan and copy text, html markup on any websites".
Erweiterungsscreenshots
Html Scan-Erweiterungs-CRX-Datei herunterladen
Laden Sie Html Scan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Html Scan |
ID | jkkccmdilclkdkhkfdmcbdiagpibmpne |
Offizielle URL | https://chromewebstore.google.com/detail/html-scan/jkkccmdilclkdkhkfdmcbdiagpibmpne |
Beschreibung | Scan and copy text, html markup on any websites |
Dateigröße | 167 KB |
Installationsanzahl | 4,242 |
Aktuelle Version | 0.5.1 |
Letztes Update | 2020-02-03 |
Veröffentlichungsdatum | 2020-02-01 |
Bewertung | 4.79/5 Insgesamt 14 Bewertungen |
Entwickler | reactgo.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://reactgo.com |
Unterstützte Sprachen | 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'" } |