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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |