HornTracker Helper

Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.

什麼是HornTracker Helper?

HornTracker Helper是由https://sites.google.com/site/haoala開發的Chrome擴展程式,該擴展的主要功能是“Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.”。

擴展截圖

screenshot
screenshot

下載HornTracker Helper擴展crx文件

下載HornTracker Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        For MouseHunt players: Want to know the mice population for your location? Want to know how your current setup should be doing?

1.1.1:
- Inclusion of newest traps and charms                    

擴展基本資訊

名稱 HornTracker Helper HornTracker Helper
ID nahjpfllomdonendichbfnmiklhhgbmd
官方網址 https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd
簡介 Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
檔案大小 17.46 KB
安裝次數 88
目前版本 1.1.1
更新時間 2013-04-26
上架時間 2013-04-25
評分 4.50/5 共 6 次評分
開發者 https://sites.google.com/site/haoala
電子郵箱 [email protected]
付費類型 free
說明頁面URL http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome
支援的語言 en
manifest.json
{
    "page_action": {
        "default_icon": "percentage.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "HornTracker Helper",
    "permissions": [
        "tabs",
        "http:\/\/www.mousehuntgame.com\/*",
        "http:\/\/www.mousehuntgame.com\/",
        "https:\/\/www.mousehuntgame.com\/",
        "https:\/\/www.mousehuntgame.com\/*"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "percentage.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.mousehuntgame.com\/*",
                "http:\/\/www.mousehuntgame.com\/",
                "https:\/\/www.mousehuntgame.com\/",
                "https:\/\/www.mousehuntgame.com\/*"
            ],
            "js": [
                "hthelper.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.1.1"
}