Smart GIS
Smart GIS
ما هو Smart GIS؟
Smart GIS هو إضافة Chrome تم تطويرها بواسطة Dmitry Uspenskiy، والميزة الرئيسية لها هي "Smart GIS".
تحميل ملف CRX للإضافة Smart GIS
قم بتنزيل ملفات الامتداد Smart GIS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Smart GIS |
ID | adpchdbnldfocnebbepmjcplfgdcjfme |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/smart-gis/adpchdbnldfocnebbepmjcplfgdcjfme |
الوصف | Smart GIS |
حجم الملف | 32.06 KB |
عدد التثبيتات | 81 |
النسخة الحالية | 0.1 |
آخر تحديث | 2017-03-10 |
تاريخ النشر | 2017-03-09 |
المطور | Dmitry Uspenskiy |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Smart GIS", "name": "Smart GIS", "permissions": [ "tabs", "notifications", "activeTab", "storage" ], "background": { "page": "background.html" }, "version": "0.1", "manifest_version": 2, "options_page": "options.html", "browser_action": { "default_icon": "icon-19.png", "default_title": "Smart GIS", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |