Stylex

CSS color extractor 3000

What is Stylex?

Stylex is a Chrome extension developed by Artem, and its main feature is "CSS color extractor 3000".

Extension Screenshots

screenshot
screenshot
screenshot

Download Stylex Extension CRX File

Download Stylex 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 extention will help with creation living style guides:
- main colors
- extract color scheme
- extract fonts styles (TODO)                    

Extension Basic Information

Name Stylex Stylex
ID cbpkdonngceaicbbnocfhdpocffpjkal
Official URL https://chromewebstore.google.com/detail/stylex/cbpkdonngceaicbbnocfhdpocffpjkal
Description CSS color extractor 3000
File Size 29.22 KB
Installation Count 164
Current Version 1.1
Last Updated 2017-04-05
Publish Date 2017-04-05
Rating 5.00/5 Total 1 Ratings
Developer Artem
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stylex",
    "description": "CSS color extractor 3000",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}