Html Scan
Scan and copy text, html markup on any websites
Apa itu Html Scan?
Html Scan adalah ekstensi Chrome yang dikembangkan oleh reactgo.com, dan fitur utamanya adalah "Scan and copy text, html markup on any websites".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Html Scan
Unduh file ekstensi Html Scan dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Html Scan |
ID | jkkccmdilclkdkhkfdmcbdiagpibmpne |
URL Resmi | https://chromewebstore.google.com/detail/html-scan/jkkccmdilclkdkhkfdmcbdiagpibmpne |
Deskripsi | Scan and copy text, html markup on any websites |
Ukuran File | 167 KB |
Jumlah Instalasi | 4,242 |
Versi Saat Ini | 0.5.1 |
Terakhir Diperbarui | 2020-02-03 |
Tanggal Publikasi | 2020-02-01 |
Penilaian | 4.79/5 Total 14 Penilaian |
Pengembang | reactgo.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://reactgo.com |
Bahasa yang Didukung | 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'" } |