Unitify

Convert units to your preferred tongue, in-page.

Unitifyคืออะไร?

Unitify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steve Pike และคุณลักษณะหลักของมันคือ "Convert units to your preferred tongue, in-page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unitify

ดาวน์โหลดไฟล์ส่วนขยาย Unitify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}