osmo.mobi - panTo control
Add a button to osmo.mobi to enable/disable auto map recenter
osmo.mobi - panTo controlคืออะไร?
osmo.mobi - panTo control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bruno Duyé และคุณลักษณะหลักของมันคือ "Add a button to osmo.mobi to enable/disable auto map recenter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย osmo.mobi - panTo control
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |