RGB HEX Converter
This extension performs the conversion between rgb and hex. It's fast and stable.
RGB HEX Converter क्या है?
RGB HEX Converter Yizhao He द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension performs the conversion between rgb and hex. It's fast and stable."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RGB HEX Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension performs the conversion between rgb and hex. It's fast, elegant and stable.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ingginimfdkleceoglpialnhkioahnfe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ingginimfdkleceoglpialnhkioahnfe |
विवरण | This extension performs the conversion between rgb and hex. It's fast and stable. |
फ़ाइल का आकार | 17.31 KB |
स्थापना संख्या | 124 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-11-17 |
प्रकाशन तिथि | 2015-11-17 |
डेवलपर | Yizhao He |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://dafbang.com/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RGB HEX Converter", "description": "This extension performs the conversion between rgb and hex. It's fast and stable.", "version": "1.0", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" } } |