OS UI Validator
This plugin helps optimizing the code by searching for inline-styles, empty containers, and others...
什麼是OS UI Validator?
OS UI Validator是由marketing開發的Chrome擴展程式,該擴展的主要功能是“This plugin helps optimizing the code by searching for inline-styles, empty containers, and others...”。
擴展截圖
下載OS UI Validator擴展crx文件
下載OS UI Validator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | OS UI Validator |
ID | nhbhlbjgijhgmjfgndfahpjchfkjdhjl |
官方網址 | https://chromewebstore.google.com/detail/os-ui-validator/nhbhlbjgijhgmjfgndfahpjchfkjdhjl |
簡介 | This plugin helps optimizing the code by searching for inline-styles, empty containers, and others... |
檔案大小 | 120 KB |
安裝次數 | 57 |
目前版本 | 0.2.1 |
更新時間 | 2023-11-01 |
上架時間 | 2023-09-06 |
開發者 | marketing |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://hi-interactive.com/ |
隱私政策頁面URL | https://hi-interactive.com/privacy-policy |
支援的語言 | 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": [ " |