Inches to CM

Converts length in inches to centimeters

Inches to CM क्या है?

Inches to CM Backbencher.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts length in inches to centimeters"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Inches to CM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        An easy way to convert inches to centimeters right from the browser                    

एक्सटेंशन की मूल जानकारी

नाम Inches to CM Inches to CM
ID bkfbhbfhifpmlgnglkafjgpebppihomk
आधिकारिक URL https://chromewebstore.google.com/detail/inches-to-cm/bkfbhbfhifpmlgnglkafjgpebppihomk
विवरण Converts length in inches to centimeters
फ़ाइल का आकार 31.14 KB
स्थापना संख्या 184
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-11-01
प्रकाशन तिथि 2022-10-31
डेवलपर Backbencher.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://backbencher.dev
गोपनीयता नीति पृष्ठ URL https://backbencher.dev/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Inches to CM",
    "description": "Converts length in inches to centimeters",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}