Html Scan
Scan and copy text, html markup on any websites
Vad är Html Scan?
Html Scan är en Chrome-tillägg utvecklad av reactgo.com, och dess huvudfunktion är "Scan and copy text, html markup on any websites".
Tilläggsskärmbilder
Ladda ner Html Scan-förlängningens CRX-fil
Ladda ner Html Scan-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | jkkccmdilclkdkhkfdmcbdiagpibmpne |
| Officiell webbadress | https://chromewebstore.google.com/detail/html-scan/jkkccmdilclkdkhkfdmcbdiagpibmpne |
| Beskrivning | Scan and copy text, html markup on any websites |
| Filstorlek | 167 KB |
| Antal Installationer | 4,242 |
| Aktuell Version | 0.5.1 |
| Senast Uppdaterad | 2020-02-03 |
| Publiceringsdatum | 2020-02-01 |
| Betyg | 4.79/5 Totalt 14 Betyg |
| Utvecklare | reactgo.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://reactgo.com |
| Stödda Språk | 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'"
} | |