osmo.mobi - panTo control
Add a button to osmo.mobi to enable/disable auto map recenter
Cos'è osmo.mobi - panTo control?
osmo.mobi - panTo control è un'estensione di Chrome sviluppata da Bruno Duyé, e la sua funzione principale è "Add a button to osmo.mobi to enable/disable auto map recenter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione osmo.mobi - panTo control
Scarica i file di estensione osmo.mobi - panTo control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hndjlfnbhcmmdjhpblfgkdfpcgdjooni |
URL Ufficiale | https://chromewebstore.google.com/detail/osmomobi-panto-control/hndjlfnbhcmmdjhpblfgkdfpcgdjooni |
Descrizione | Add a button to osmo.mobi to enable/disable auto map recenter |
Dimensione del File | 83.82 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-08-20 |
Data di Pubblicazione | 2015-08-20 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | Bruno Duyé |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/brunetton/osmo-panTo_control-chrome_extension |
Lingue Supportate | 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" ] } |