Map Decals for TagPro
Adds a bunch of "decals" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.
ما هو Map Decals for TagPro؟
Map Decals for TagPro هو إضافة Chrome تم تطويرها بواسطة Browncoat، والميزة الرئيسية لها هي "Adds a bunch of "decals" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Map Decals for TagPro
قم بتنزيل ملفات الامتداد Map Decals for TagPro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | ghbmfllkoglgkmojpkonpllonbnjhifk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/map-decals-for-tagpro/ghbmfllkoglgkmojpkonpllonbnjhifk |
الوصف | Adds a bunch of "decals" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page. |
حجم الملف | 1.41 MB |
عدد التثبيتات | 13 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-05-20 |
تاريخ النشر | 2015-05-20 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Browncoat |
نوع الدفع | free |
عنوان صفحة المساعدة | http://www.reddit.com/r/TagPro/wiki/decals |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Map Decals for TagPro", "short_name": "Map Decals", "description": "Adds a bunch of \"decals\" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.", "version": "1.0.1", "author": "Browncoat", "permissions": [ "activeTab", "storage" ], "icons": { "128": "resources\/logo_128.png", "48": "resources\/logo_48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.koalabeast.com\/*", "http:\/\/*.newcompte.fr\/*", "http:\/\/*.jukejuice.com\/*" ], "css": [ "style\/decals.css" ], "js": [ "script\/jquery-2.1.4.min.js", "script\/map-decals.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "resources\/*", "fonts\/*", "script\/decal-renderer.js" ] } |