Copy CID to clipboard

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

什么是Copy CID to clipboard?

Copy CID to clipboard是由https://itagaki.eek.jp开发的Chrome扩展程序,该扩展的主要功能是“Copy CID to clipboard from the open Google Maps if it exists”。

扩展截图

screenshot

下载Copy CID to clipboard扩展crx文件

下载Copy CID to clipboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Copy CID to clipboard Copy CID to clipboard
ID hkkonbjdhiaedfaleeojibmlhdcfpfkj
官方URL https://chromewebstore.google.com/detail/copy-cid-to-clipboard/hkkonbjdhiaedfaleeojibmlhdcfpfkj
简介 Copy CID to clipboard from the open Google Maps if it exists
文件大小 26.25 KB
安装次数 273
当前版本 1.0.7
更新时间 2022-10-28
上架时间 2022-05-03
开发者 https://itagaki.eek.jp
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/itagagaki/CopyCID
帮助页面URL https://github.com/itagagaki/CopyCID/issues
支持的语言 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\/*"
    ]
}