Html Scan

Scan and copy text, html markup on any websites

Cos'è Html Scan?

Html Scan è un'estensione di Chrome sviluppata da reactgo.com, e la sua funzione principale è "Scan and copy text, html markup on any websites".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Html Scan

Scarica i file di estensione Html Scan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Html Scan Html Scan
ID jkkccmdilclkdkhkfdmcbdiagpibmpne
URL Ufficiale https://chromewebstore.google.com/detail/html-scan/jkkccmdilclkdkhkfdmcbdiagpibmpne
Descrizione Scan and copy text, html markup on any websites
Dimensione del File 167 KB
Conteggio Installazioni 4,242
Versione Corrente 0.5.1
Ultimo Aggiornamento 2020-02-03
Data di Pubblicazione 2020-02-01
Valutazione 4.79/5 Totale 14 Valutazioni
Sviluppatore reactgo.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://reactgo.com
Lingue Supportate 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'"
}