CSS Unites
CSS Unites specially develop for Frontend Engineers.
CSS Unites क्या है?
CSS Unites mexuvo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CSS Unites specially develop for Frontend Engineers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CSS Unites एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a CSS Units Converter. Some times we need to convert CSS unites to other CSS unites. CSS Unites specially develop for Frontend Engineers. You can convert any kind of CSS units. When input your value in any field then other field will be converted.
एक्सटेंशन की मूल जानकारी
नाम | CSS Unites |
ID | bgbjdaligcmcobjgnhajolfhhhgjmoad |
आधिकारिक URL | https://chromewebstore.google.com/detail/css-unites/bgbjdaligcmcobjgnhajolfhhhgjmoad |
विवरण | CSS Unites specially develop for Frontend Engineers. |
फ़ाइल का आकार | 1.08 MB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2022-02-03 |
प्रकाशन तिथि | 2022-02-03 |
रेटिंग | 5.00/5 कुल 11 रेटिंग्स |
डेवलपर | mexuvo |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSS Unites", "description": "CSS Unites specially develop for Frontend Engineers.", "version": "1.0.0", "icons": { "45": ".\/images\/logo45X45.png", "128": ".\/images\/128.png" }, "background.service_worker": { "presistent": true, "scripts": [ ".\/popup.js" ] }, "action": { "default_icon": ".\/images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |