Semantic HTML Viewer
Chrome extension to reveal the usage of semantic HTML tags on any website.
Τι είναι το Semantic HTML Viewer;
Το Semantic HTML Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tiago Ferreira, και η κύρια λειτουργία του είναι "Chrome extension to reveal the usage of semantic HTML tags on any website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Semantic HTML Viewer
Λήψη αρχείων επέκτασης Semantic HTML Viewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Reveal the semantic HTML used by any website.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | glapikbnefnagjolgppjefchjkjffhog |
Επίσημο URL | https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog |
Περιγραφή | Chrome extension to reveal the usage of semantic HTML tags on any website. |
Μέγεθος Αρχείου | 316 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 0.0.3 |
Τελευταία Ενημέρωση | 2019-09-30 |
Ημερομηνία Δημοσίευσης | 2019-09-30 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Tiago Ferreira |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |