Celdas 17 Intel Map
Extensión para Chrome donde se podra ver los cuadrantes en el intel map
ما هو Celdas 17 Intel Map؟
Celdas 17 Intel Map هو إضافة Chrome تم تطويرها بواسطة Socram Nik.، والميزة الرئيسية لها هي "Extensión para Chrome donde se podra ver los cuadrantes en el intel map".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Celdas 17 Intel Map
قم بتنزيل ملفات الامتداد Celdas 17 Intel Map بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Plugin simplificado para mapear celdas lvl 17 en el mapa de Ingress. Idea Original de Jonatkins.
معلومات أساسية عن التمديد
الاسم | Celdas 17 Intel Map |
ID | mgonaamfpgkhdcgiiepanapppmnlppcf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/celdas-17-intel-map/mgonaamfpgkhdcgiiepanapppmnlppcf |
الوصف | Extensión para Chrome donde se podra ver los cuadrantes en el intel map |
حجم الملف | 255 KB |
عدد التثبيتات | 181 |
النسخة الحالية | 3.5 |
آخر تحديث | 2019-03-27 |
تاريخ النشر | 2019-03-27 |
المطور | Socram Nik. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Celdas 17 Intel Map", "version": "3.5", "content_scripts": [ { "matches": [ "https:\/\/*.ingress.com\/intel*", "http:\/\/*.ingress.com\/intel*", "https:\/\/*.ingress.com\/intel*", "http:\/\/*.ingress.com\/intel*", "https:\/\/*.ingress.com\/mission\/*", "http:\/\/*.ingress.com\/mission\/*", "https:\/\/*.ingress.com\/mission\/*", "http:\/\/*.ingress.com\/mission\/*" ], "html": [ "popup.html" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "17Celdas.js", "intelCuadrantes.js" ], "icons": { "16": "ingress16.png", "32": "ingress32.png" }, "description": "Extensi\u00f3n para Chrome donde se podra ver los cuadrantes en el intel map", "browser_action": { "default_icon": { "16": "ingress16.png", "32": "ingress32.png" }, "default_popup": "popup.html" }, "permissions": [ "https:\/\/*.ingress.com\/intel*", "http:\/\/*.ingress.com\/intel*", "https:\/\/*.ingress.com\/intel*", "http:\/\/*.ingress.com\/intel*", "https:\/\/*.ingress.com\/mission\/*", "http:\/\/*.ingress.com\/mission\/*", "https:\/\/*.ingress.com\/mission\/*", "http:\/\/*.ingress.com\/mission\/*", "activeTab" ] } |