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是由laurentt96開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Google Maps select and search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Google Maps select and search |
ID | iobjmgojenedagiebkecldbpgimlchje |
官方網址 | 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 |
電子郵箱 | [email protected] |
付費類型 | 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" } } |