ArcGIS Online Search
Easily search ArcGIS Online documentation directly from the Chrome Omnibox
ما هو ArcGIS Online Search؟
ArcGIS Online Search هو إضافة Chrome تم تطويرها بواسطة Esri UK Map Labs، والميزة الرئيسية لها هي "Easily search ArcGIS Online documentation directly from the Chrome Omnibox".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ArcGIS Online Search
قم بتنزيل ملفات الامتداد ArcGIS Online Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Type online into the Google Chrome Omnibox then hit tab or space to initialize the extension. Type your search query and press Enter/Return to search.
معلومات أساسية عن التمديد
الاسم | |
ID | leiaimgeohcpldkchjhdmjnnapancoci |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/arcgis-online-search/leiaimgeohcpldkchjhdmjnnapancoci |
الوصف | Easily search ArcGIS Online documentation directly from the Chrome Omnibox |
حجم الملف | 21.73 KB |
عدد التثبيتات | 271 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2017-01-03 |
تاريخ النشر | 2017-01-03 |
المطور | Esri UK Map Labs |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ArcGIS Online Search", "description": "Easily search ArcGIS Online documentation directly from the Chrome Omnibox", "omnibox": { "keyword": "online" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "version": "1.0.2", "minimum_chrome_version": "9", "manifest_version": 2 } |