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.」です。
拡張機能のスクリーンショット
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                     拡張機能の基本情報
| 名前 |   |  
| ID | nahjpfllomdonendichbfnmiklhhgbmd | 
| 公式URL | 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 | 
| Eメール | [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"
}  |  |