styleguide

generate style guide for current page

What is styleguide?

styleguide is a Chrome extension developed by anilbms75, and its main feature is "generate style guide for current page".

Extension Screenshots

screenshot

Download styleguide Extension CRX File

Download styleguide 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

                        Generate styleguide  of website background color and text color using styleguide chrome extension.                    

Extension Basic Information

Name styleguide styleguide
ID ampnidbjgoblgcheailmnikomlelelid
Official URL https://chromewebstore.google.com/detail/styleguide/ampnidbjgoblgcheailmnikomlelelid
Description generate style guide for current page
File Size 12.39 KB
Installation Count 366
Current Version 1.0.0
Last Updated 2016-12-31
Publish Date 2016-12-30
Rating 2.00/5 Total 1 Ratings
Developer anilbms75
Payment Type free
Extension Website https://twitter.com/anilbms75
Help Page URL https://twitter.com/anilbms75
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "styleguide",
    "description": "generate style guide for current page",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "generate style guide"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}