Unitify

Convert units to your preferred tongue, in-page.

Unitify क्या है?

Unitify Steve Pike द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert units to your preferred tongue, in-page."।

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

screenshot

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

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

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

                        Unitify translates units and measurements in webpages in-place, so that you don't have to think about converting them yourself.                    

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

नाम Unitify Unitify
ID amhbhaikpableefmhhongikpbefdcgmf
आधिकारिक URL https://chromewebstore.google.com/detail/unitify/amhbhaikpableefmhhongikpbefdcgmf
विवरण Convert units to your preferred tongue, in-page.
फ़ाइल का आकार 63.65 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2013-03-26
प्रकाशन तिथि 2013-03-26
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Steve Pike
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://github.com/stringfellow/unitify
सहायता पृष्ठ URL http://github.com/stringfellow/unitify/issues
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unitify",
    "description": "Convert units to your preferred tongue, in-page.",
    "version": "1.0.1",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "globe.png",
        "default_popup": "options.html"
    },
    "icons": {
        "128": "globe.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "underscore-min.js",
                "unitify.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}