osmo.mobi - panTo control
Add a button to osmo.mobi to enable/disable auto map recenter
What is osmo.mobi - panTo control?
osmo.mobi - panTo control is a Chrome extension developed by Bruno Duyé, and its main feature is "Add a button to osmo.mobi to enable/disable auto map recenter".
Extension Screenshots
Download osmo.mobi - panTo control Extension CRX File
Download osmo.mobi - panTo control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hndjlfnbhcmmdjhpblfgkdfpcgdjooni |
Official URL | https://chromewebstore.google.com/detail/osmomobi-panto-control/hndjlfnbhcmmdjhpblfgkdfpcgdjooni |
Description | Add a button to osmo.mobi to enable/disable auto map recenter |
File Size | 83.82 KB |
Installation Count | 20 |
Current Version | 0.1 |
Last Updated | 2015-08-20 |
Publish Date | 2015-08-20 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Bruno Duyé |
Payment Type | free |
Extension Website | https://github.com/brunetton/osmo-panTo_control-chrome_extension |
Supported Languages | 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" ] } |