OS UI Validator
This plugin helps optimizing the code by searching for inline-styles, empty containers, and others...
Cos'è OS UI Validator?
OS UI Validator è un'estensione di Chrome sviluppata da marketing, e la sua funzione principale è "This plugin helps optimizing the code by searching for inline-styles, empty containers, and others...".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OS UI Validator
Scarica i file di estensione OS UI Validator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The main goal of the plugin is to allow any developer, even without any front-end knowledge, to be able to evaluate the quality of its development following the front-end best practices. We analyse some of the most common problems found when developing a website or application: Usage of inline CSS; Usage of “!important” tag in CSS; Usage of empty elements on the screen; The extension shows a list of warnings and its placement in the screen, in order to facilitate the developer to find and fix it. We also provide some useful help on how to fix these problems and provide users with an e-mail in case they want to know more about it or simply give us some feedback on how to improve the extension. Our target is to improve the extension with more validations within the next versions. Developed by Hi Interactive team!
Informazioni di Base sull'Estensione
Nome | OS UI Validator |
ID | nhbhlbjgijhgmjfgndfahpjchfkjdhjl |
URL Ufficiale | https://chromewebstore.google.com/detail/os-ui-validator/nhbhlbjgijhgmjfgndfahpjchfkjdhjl |
Descrizione | This plugin helps optimizing the code by searching for inline-styles, empty containers, and others... |
Dimensione del File | 120 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2023-11-01 |
Data di Pubblicazione | 2023-09-06 |
Sviluppatore | marketing |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hi-interactive.com/ |
URL della Pagina della Politica sulla Privacy | https://hi-interactive.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OS UI Validator", "version": "0.2.1", "description": "This plugin helps optimizing the code by searching for inline-styles, empty containers, and others...", "short_name": "OS UI Validator", "author": "Hi Interactive", "homepage_url": "https:\/\/www.hi-interactive.com\/", "content_scripts": [ { "matches": [ " |