osmo.mobi - panTo control

Add a button to osmo.mobi to enable/disable auto map recenter

osmo.mobi - panTo controlとは何ですか?

osmo.mobi - panTo controlはBruno Duyéによって開発されたChromeの拡張機能で、その主な機能は「Add a button to osmo.mobi to enable/disable auto map recenter」です。

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

screenshot

osmo.mobi - panTo control拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Add a button to osmo.mobi to enable/disable auto map recenter.

When plugin activated, you should see a new button appear in the right top of the screen. Just click on it to toggle auto map recenter.                    

拡張機能の基本情報

名前 osmo.mobi - panTo control osmo.mobi - panTo control
ID hndjlfnbhcmmdjhpblfgkdfpcgdjooni
公式URL https://chromewebstore.google.com/detail/osmomobi-panto-control/hndjlfnbhcmmdjhpblfgkdfpcgdjooni
説明 Add a button to osmo.mobi to enable/disable auto map recenter
ファイルサイズ 83.82 KB
インストール数 20
現在のバージョン 0.1
最終更新日 2015-08-20
公開日 2015-08-20
評価 3.00/5 合計 1 レビュー
開発者 Bruno Duyé
支払い方法 free
拡張機能のウェブサイト https://github.com/brunetton/osmo-panTo_control-chrome_extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "osmo.mobi - panTo control",
    "author": "Bruno Duy\u00e9",
    "description": "Add a button to osmo.mobi to enable\/disable auto map recenter",
    "version": "0.1",
    "icons": {
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/osmo.mobi\/s\/*",
                "https:\/\/osmo.mobi\/s\/*"
            ],
            "js": [
                "add_button.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "target-green.png",
        "target-red.png"
    ]
}