Copy CID to clipboard

Copy CID to clipboard from the open Google Maps if it exists

Copy CID to clipboard là gì?

Copy CID to clipboard là một tiện ích mở rộng Chrome được phát triển bởi https://itagaki.eek.jp, và tính năng chính của nó là "Copy CID to clipboard from the open Google Maps if it exists".

Ả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 Copy CID to clipboard

Tải xuống các tệp mở rộng Copy CID to clipboard 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

                        Places registered in Google Maps are assigned a Customer ID (CID) identifier, which can be given as a URL parameter when opening Google Maps to display a map of that place.

This extension adds a "Copy CID to clipboard" item to the context menu when Google Maps is open. It will copy the CID to the clipboard if it exists in the URL of the map.                    

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

Tên Copy CID to clipboard Copy CID to clipboard
ID hkkonbjdhiaedfaleeojibmlhdcfpfkj
URL Chính Thức https://chromewebstore.google.com/detail/copy-cid-to-clipboard/hkkonbjdhiaedfaleeojibmlhdcfpfkj
Mô tả Copy CID to clipboard from the open Google Maps if it exists
Kích Thước Tệp 26.25 KB
Số Lần Cài Đặt 273
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-10-28
Ngày Phát Hành 2022-05-03
Nhà Phát Triển https://itagaki.eek.jp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/itagagaki/CopyCID
URL Trang Trợ Giúp https://github.com/itagagaki/CopyCID/issues
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.7",
    "homepage_url": "https:\/\/github.com\/itagagaki\/CopyCID",
    "author": "Itagaki Fumihiko",
    "default_locale": "en",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "event.js"
    },
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/maps\/*"
    ]
}