Semantic HTML Viewer
Chrome extension to reveal the usage of semantic HTML tags on any website.
Wat is Semantic HTML Viewer?
Semantic HTML Viewer is een Chrome-extensie ontwikkeld door Tiago Ferreira, en de belangrijkste functie is "Chrome extension to reveal the usage of semantic HTML tags on any website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Semantic HTML Viewer
Download Semantic HTML Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Reveal the semantic HTML used by any website. Basisinformatie over de Extensie
| Naam | |
| ID | glapikbnefnagjolgppjefchjkjffhog |
| Officiële URL | https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog |
| Beschrijving | Chrome extension to reveal the usage of semantic HTML tags on any website. |
| Bestandsgrootte | 316 KB |
| Aantal Installaties | 1,000 |
| Huidige Versie | 0.0.3 |
| Laatst Bijgewerkt | 2019-09-30 |
| Publicatiedatum | 2019-09-30 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Tiago Ferreira |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Semantic HTML Viewer",
"version": "0.0.3",
"description": "Chrome extension to reveal the usage of semantic HTML tags on any website.",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"36": "images\/android-icon-36x36.png",
"48": "images\/android-icon-48x48.png",
"72": "images\/android-icon-72x72.png",
"96": "images\/android-icon-96x96.png",
"144": "images\/android-icon-144x144.png",
"192": "images\/android-icon-192x192.png"
}
},
"icons": {
"36": "images\/android-icon-36x36.png",
"48": "images\/android-icon-48x48.png",
"72": "images\/android-icon-72x72.png",
"96": "images\/android-icon-96x96.png",
"144": "images\/android-icon-144x144.png",
"192": "images\/android-icon-192x192.png"
},
"manifest_version": 2
} | |