Google Maps select and search
Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.
ما هو Google Maps select and search؟
Google Maps select and search هو إضافة Chrome تم تطويرها بواسطة laurentt96، والميزة الرئيسية لها هي "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Maps select and search
قم بتنزيل ملفات الامتداد Google Maps select and search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will add a button when you select and right click on an address. This button will open Google Maps to the address you selected. No need to copy/paste and waste time.
معلومات أساسية عن التمديد
الاسم | |
ID | iobjmgojenedagiebkecldbpgimlchje |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje |
الوصف | Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks. |
حجم الملف | 603 KB |
عدد التثبيتات | 32,900 |
النسخة الحالية | 2.0 |
آخر تحديث | 2023-08-31 |
تاريخ النشر | 2019-11-03 |
تقييم | 4.03/5 مجموع تقييمات 67 |
المطور | laurentt96 |
البريد الإلكتروني | chrome@kodelio.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Maps select and search", "version": "2.0", "manifest_version": 3, "description": "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.", "permissions": [ "contextMenus" ], "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "script.js" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |