Stylex

CSS color extractor 3000

Wat is Stylex?

Stylex is een Chrome-extensie ontwikkeld door Artem, en de belangrijkste functie is "CSS color extractor 3000".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Stylex

Download Stylex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extention will help with creation living style guides:
- main colors
- extract color scheme
- extract fonts styles (TODO)                    

Basisinformatie over de Extensie

Naam Stylex Stylex
ID cbpkdonngceaicbbnocfhdpocffpjkal
Officiële URL https://chromewebstore.google.com/detail/stylex/cbpkdonngceaicbbnocfhdpocffpjkal
Beschrijving CSS color extractor 3000
Bestandsgrootte 29.22 KB
Aantal Installaties 164
Huidige Versie 1.1
Laatst Bijgewerkt 2017-04-05
Publicatiedatum 2017-04-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Artem
Betalingswijze free
Ondersteunde Talen 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"
    ]
}