CSS Color Names
CSS Color Names Reference
Wat is CSS Color Names?
CSS Color Names is een Chrome-extensie ontwikkeld door pluraldev.com, en de belangrijkste functie is "CSS Color Names Reference".
Extensie Screenshots
Download het CRX-bestand van de extensie CSS Color Names
Download CSS Color Names-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
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.
Basisinformatie over de Extensie
Naam | CSS Color Names |
ID | dpjlhcacpgbemcijbpkpakofehlaejah |
Officiële URL | https://chromewebstore.google.com/detail/css-color-names/dpjlhcacpgbemcijbpkpakofehlaejah |
Beschrijving | CSS Color Names Reference |
Bestandsgrootte | 64.31 KB |
Aantal Installaties | 596 |
Huidige Versie | 1.0.3.5 |
Laatst Bijgewerkt | 2015-05-12 |
Publicatiedatum | 2015-05-12 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | pluraldev.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://pluraldev.com/apps.html |
Ondersteunde Talen | 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'" } |