osmo.mobi - panTo control
Add a button to osmo.mobi to enable/disable auto map recenter
Co to jest osmo.mobi - panTo control?
osmo.mobi - panTo control to rozszerzenie Chrome opracowane przez Bruno Duyé, a jego główną funkcją jest „Add a button to osmo.mobi to enable/disable auto map recenter”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia osmo.mobi - panTo control
Pobierz pliki rozszerzeń osmo.mobi - panTo control w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hndjlfnbhcmmdjhpblfgkdfpcgdjooni |
Oficjalny URL | https://chromewebstore.google.com/detail/osmomobi-panto-control/hndjlfnbhcmmdjhpblfgkdfpcgdjooni |
Opis | Add a button to osmo.mobi to enable/disable auto map recenter |
Rozmiar pliku | 83.82 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2015-08-20 |
Data Publikacji | 2015-08-20 |
Ocena | 3.00/5 Łącznie 1 Oceny |
Deweloper | Bruno Duyé |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/brunetton/osmo-panTo_control-chrome_extension |
Obsługiwane Języki | 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" ] } |