CSS Color Names

CSS Color Names Reference

Vad är CSS Color Names?

CSS Color Names är en Chrome-tillägg utvecklad av pluraldev.com, och dess huvudfunktion är "CSS Color Names Reference".

Tilläggsskärmbilder

screenshot

Ladda ner CSS Color Names-förlängningens CRX-fil

Ladda ner CSS Color Names-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Provides a reference  for the CSS color names,  based in  the SVG 1.0 color keyword names (http://www.w3.org/TR/SVG/types.html#ColorKeywords).
You can copy the names to the clipboard by clicking a color tile.                    

Grundläggande Information om Tillägg

Namn CSS Color Names CSS Color Names
ID dpjlhcacpgbemcijbpkpakofehlaejah
Officiell webbadress https://chromewebstore.google.com/detail/css-color-names/dpjlhcacpgbemcijbpkpakofehlaejah
Beskrivning CSS Color Names Reference
Filstorlek 64.31 KB
Antal Installationer 596
Aktuell Version 1.0.3.5
Senast Uppdaterad 2015-05-12
Publiceringsdatum 2015-05-12
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare pluraldev.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://pluraldev.com/apps.html
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS Color Names",
    "short_name": "CSS Color Names",
    "description": "CSS Color Names Reference",
    "version": "1.0.3.5",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}