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 là gì?

Google Maps select and search là một tiện ích mở rộng Chrome được phát triển bởi laurentt96, và tính năng chính của nó là "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Maps select and search

Tải xuống các tệp mở rộng Google Maps select and search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Maps select and search Google Maps select and search
ID iobjmgojenedagiebkecldbpgimlchje
URL Chính Thức https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje
Mô tả Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.
Kích Thước Tệp 603 KB
Số Lần Cài Đặt 32,900
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-08-31
Ngày Phát Hành 2019-11-03
Đánh Giá 4.03/5 Tổng số 67 Đánh Giá
Nhà Phát Triển laurentt96
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}