osmo.mobi - panTo control
Add a button to osmo.mobi to enable/disable auto map recenter
Apa itu osmo.mobi - panTo control?
osmo.mobi - panTo control adalah ekstensi Chrome yang dikembangkan oleh Bruno Duyé, dan fitur utamanya adalah "Add a button to osmo.mobi to enable/disable auto map recenter".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi osmo.mobi - panTo control
Unduh file ekstensi osmo.mobi - panTo control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hndjlfnbhcmmdjhpblfgkdfpcgdjooni |
URL Resmi | https://chromewebstore.google.com/detail/osmomobi-panto-control/hndjlfnbhcmmdjhpblfgkdfpcgdjooni |
Deskripsi | Add a button to osmo.mobi to enable/disable auto map recenter |
Ukuran File | 83.82 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-08-20 |
Tanggal Publikasi | 2015-08-20 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | Bruno Duyé |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/brunetton/osmo-panTo_control-chrome_extension |
Bahasa yang Didukung | 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" ] } |