Semantic HTML Viewer
Chrome extension to reveal the usage of semantic HTML tags on any website.
Co to jest Semantic HTML Viewer?
Semantic HTML Viewer to rozszerzenie Chrome opracowane przez Tiago Ferreira, a jego główną funkcją jest „Chrome extension to reveal the usage of semantic HTML tags on any website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Semantic HTML Viewer
Pobierz pliki rozszerzeń Semantic HTML Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Reveal the semantic HTML used by any website.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | glapikbnefnagjolgppjefchjkjffhog |
Oficjalny URL | https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog |
Opis | Chrome extension to reveal the usage of semantic HTML tags on any website. |
Rozmiar pliku | 316 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2019-09-30 |
Data Publikacji | 2019-09-30 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | Tiago Ferreira |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |