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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } |