Odometer for Chrome

Find out how far you can surf on the internet!

Odometer for Chromeとは何ですか?

Odometer for Chromeはhttps://mustafaacer.comによって開発されたChromeの拡張機能で、その主な機能は「Find out how far you can surf on the internet!」です。

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

screenshot

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

Odometer for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Can you reach the end of the internets?

Find out how far you can surf with this extension!                    

拡張機能の基本情報

名前 Odometer for Chrome Odometer for Chrome
ID bfolnijgmljfkghieepigohlhcmkecbl
公式URL https://chromewebstore.google.com/detail/odometer-for-chrome/bfolnijgmljfkghieepigohlhcmkecbl
説明 Find out how far you can surf on the internet!
ファイルサイズ 167 KB
インストール数 30
現在のバージョン 1.2
最終更新日 2014-01-07
公開日 2014-01-07
評価 4.71/5 合計 14 レビュー
開発者 https://mustafaacer.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "name": "Odometer for Chrome",
        "default_title": "Odometer for Chrome - Can you reach the end of the internets?",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "64": "icon-64.png",
        "48": "icon-48.png",
        "32": "icon-32.png",
        "19": "icon-19.png"
    },
    "description": "Find out how far you can surf on the internet!",
    "name": "Odometer for Chrome",
    "options_page": "options.html",
    "version": "1.2",
    "manifest_version": 2
}