CSS Color Chart
Tool that references all the css color that can be call by name, in rainbow order.
CSS Color Chart क्या है?
CSS Color Chart Iñaki Aranzadi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool that references all the css color that can be call by name, in rainbow order."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CSS Color Chart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This little tool let you explore all the CSS colors that have a name value, then you can copy the name on your clipboard by simply clicking on the circular tile.
एक्सटेंशन की मूल जानकारी
नाम | CSS Color Chart |
ID | pmiclebjcgfopaejmnepnlkejpmfckgc |
आधिकारिक URL | https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc |
विवरण | Tool that references all the css color that can be call by name, in rainbow order. |
फ़ाइल का आकार | 71.04 KB |
स्थापना संख्या | 115 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2016-02-29 |
प्रकाशन तिथि | 2016-02-29 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Iñaki Aranzadi |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://ainsleywagoner.com/color-chart/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Color Chart", "description": "Tool that references all the css color that can be call by name, in rainbow order.", "version": "1.2.2", "icons": { "32": "images\/tile.32.png", "64": "images\/tile.64.png", "128": "images\/tile.128.png" }, "browser_action": { "default_icon": "images\/tile.128.png", "default_title": "CSS Color Chart", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |