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 |
公式URL | 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 |
Eメール | [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": [ " |