Unitify

Convert units to your preferred tongue, in-page.

Unitifyとは何ですか?

UnitifyはSteve Pikeによって開発されたChromeの拡張機能で、その主な機能は「Convert units to your preferred tongue, in-page.」です。

拡張機能のスクリーンショット

screenshot

Unitify拡張機能のCRXファイルをダウンロード

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