Css setting

initialization stylesheet for integration work

What is Css setting?

Css setting is a Chrome extension developed by http://www.bac-a-sable.com, and its main feature is "initialization stylesheet for integration work".

Extension Screenshots

screenshot

Download Css setting Extension CRX File

Download Css setting 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

                        Built blank css current page to help the web designer to design it. 
Build the HTML structure and then use the plugin to generate the structure of your CSS.                    

Extension Basic Information

Name Css setting Css setting
ID ajglmbdnlepknnibofjlbkglgnjeeeel
Official URL https://chrome.google.com/webstore/detail/css-setting/ajglmbdnlepknnibofjlbkglgnjeeeel
Description initialization stylesheet for integration work
File Size 13.87 KB
Installation Count 103
Current Version 0.3.0
Last Updated 2014-02-23
Publish Date 2014-02-23
Rating 5.00/5 Total 2 Ratings
Developer http://www.bac-a-sable.com
Payment Type free
Extension Website http://www.bac-a-sable.com
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Css setting",
    "version": "0.3.0",
    "description": "initialization stylesheet for integration work",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "Css setting",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2
}