Validate Page CSS
CSS is validated for the page being viewed
What is Validate Page CSS?
Validate Page CSS is a Chrome extension developed by portsaidalenbi, and its main feature is "CSS is validated for the page being viewed".
Extension Screenshots
Download Validate Page CSS Extension CRX File
Download Validate Page CSS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension enables you to validate the CSS feed on the page being viewed. Simply select "Validate Page CSS" from the context menu.
Extension Basic Information
Name | |
ID | hmjfaiddfmhjabcagledbpoppaapacnp |
Official URL | https://chrome.google.com/webstore/detail/validate-page-css/hmjfaiddfmhjabcagledbpoppaapacnp |
Description | CSS is validated for the page being viewed |
File Size | 18.39 KB |
Installation Count | 5,064 |
Current Version | 0.1 |
Last Updated | 2013-12-22 |
Publish Date | 2013-12-22 |
Rating | 3.00/5 Total 2 Ratings |
Developer | portsaidalenbi |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Validate Page CSS", "description": "CSS is validated for the page being viewed", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |