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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}