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
官方網址 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
}