ArcGIS Desktop Search
Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox
ArcGIS Desktop Searchคืออะไร?
ArcGIS Desktop Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Esri UK Map Labs และคุณลักษณะหลักของมันคือ "Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ArcGIS Desktop Search
ดาวน์โหลดไฟล์ส่วนขยาย ArcGIS Desktop Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Type desktop 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 | hcobfehpiadaencafcjbmmlehombfech |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/arcgis-desktop-search/hcobfehpiadaencafcjbmmlehombfech |
คำอธิบาย | Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox |
ขนาดไฟล์ | 23.92 KB |
จำนวนการติดตั้ง | 263 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2017-01-03 |
วันที่เผยแพร่ | 2017-01-03 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Esri UK Map Labs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ArcGIS Desktop Search", "description": "Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox", "omnibox": { "keyword": "desktop" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "version": "1.1.3", "minimum_chrome_version": "9", "manifest_version": 2 } |