Semantic HTML Viewer
Chrome extension to reveal the usage of semantic HTML tags on any website.
Vad är Semantic HTML Viewer?
Semantic HTML Viewer är en Chrome-tillägg utvecklad av Tiago Ferreira, och dess huvudfunktion är "Chrome extension to reveal the usage of semantic HTML tags on any website.".
Tilläggsskärmbilder
Ladda ner Semantic HTML Viewer-förlängningens CRX-fil
Ladda ner Semantic HTML Viewer-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
Reveal the semantic HTML used by any website. Grundläggande Information om Tillägg
| Namn | |
| ID | glapikbnefnagjolgppjefchjkjffhog |
| Officiell webbadress | https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog |
| Beskrivning | Chrome extension to reveal the usage of semantic HTML tags on any website. |
| Filstorlek | 316 KB |
| Antal Installationer | 1,000 |
| Aktuell Version | 0.0.3 |
| Senast Uppdaterad | 2019-09-30 |
| Publiceringsdatum | 2019-09-30 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | Tiago Ferreira |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |