Html Scan
Scan and copy text, html markup on any websites
Qu'est-ce que Html Scan ?
Html Scan est une extension Chrome développée par reactgo.com, et sa fonction principale est "Scan and copy text, html markup on any websites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Html Scan
Téléchargez les fichiers d'extension Html Scan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Html Scan |
ID | jkkccmdilclkdkhkfdmcbdiagpibmpne |
URL Officiel | https://chromewebstore.google.com/detail/html-scan/jkkccmdilclkdkhkfdmcbdiagpibmpne |
Description | Scan and copy text, html markup on any websites |
Taille du Fichier | 167 KB |
Nombre d'Installations | 4,242 |
Version Actuelle | 0.5.1 |
Dernière Mise à Jour | 2020-02-03 |
Date de Publication | 2020-02-01 |
Évaluation | 4.79/5 Total 14 Évaluations |
Développeur | reactgo.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://reactgo.com |
Langues Prises en Charge | 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'" } |