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é द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a button to osmo.mobi to enable/disable auto map recenter"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में osmo.mobi - panTo control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}