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 |
官方網址 | 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" ] } |