PX to VW
Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.
PX to VW क्या है?
PX to VW https://cssunitconverter.vercel.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PX to VW एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension provides px to vw (Pixels to Viewport Width) and vw to px (Viewport Width to Pixels) css unit converter. The main purpose of this extension is to provide free px to vw converter for public use. The extension supports hotkeys to make the calculations faster.
एक्सटेंशन की मूल जानकारी
नाम | PX to VW |
ID | giddpkhnoflfjlopldfoblpjieknlnoh |
आधिकारिक URL | https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh |
विवरण | Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use. |
फ़ाइल का आकार | 536 KB |
स्थापना संख्या | 250 |
वर्तमान संस्करण | 1.1.4 |
अंतिम अपडेट | 2023-10-05 |
प्रकाशन तिथि | 2023-04-05 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://cssunitconverter.vercel.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://cssunitconverter.vercel.app/px-to-vw |
सहायता पृष्ठ URL | https://cssunitconverter.vercel.app/contact |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PX to VW", "description": "Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.", "author": "Arthur Arakelyan", "version": "1.1.4", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "16": "logo192.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png" } }, "web_accessible_resources": [ { "resources": [ "test.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "logo192.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png" } } |