Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itagagaki/copycid
A browser extension that 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.
https://github.com/itagagaki/copycid
chrome-extension cid edge-extension google-chrome-extension google-maps
Last synced: about 1 month ago
JSON representation
A browser extension that 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.
- Host: GitHub
- URL: https://github.com/itagagaki/copycid
- Owner: itagagaki
- Created: 2021-07-24T13:39:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T15:14:20.000Z (2 months ago)
- Last Synced: 2024-11-20T16:26:34.425Z (2 months ago)
- Topics: chrome-extension, cid, edge-extension, google-chrome-extension, google-maps
- Language: JavaScript
- Homepage:
- Size: 1.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Copy CID
Copy CID to clipboard from the open Google Maps if it exists## Overview
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.
Version 1.1 adds a CID display to the place details field, in addition to the traditional method of using the extension's button or context menu, so that it can be copied to the clipboard by simply clicking on it, just like an address or phone number, etc.
## How to install
Install from the store below or download this repository and install in developer mode.- [chrome web store](https://chrome.google.com/webstore/detail/hkkonbjdhiaedfaleeojibmlhdcfpfkj)
- [Microsoft Edge Add-on Store](https://microsoftedge.microsoft.com/addons/detail/lffebaidibcigfdngjignknlamokckmo)## 概要
Googleマップに登録されている場所にはCID(Customer ID)という識別子が付与されており、Googleマップを開く際にURLパラメータとして与えることで、その場所のマップを表示させることができます。この拡張機能は、Googleマップを開いているとき、コンテキストメニューに「CIDをクリップボードにコピー」という項目を追加します。その項目をクリックすると、マップのURLにCIDが存在していればそれをクリップボードにコピーします。
Version 1.1 では、拡張機能のボタンやコンテキストメニューを利用する従来の方法に加えて、場所の詳細情報の欄にCIDの表示も追加され、住所や電話番号などと同様にそこをクリックするだけでクリップボードにコピーできるようになりました。
## インストール方法
下記ストアからインストールするか、またはこのリポジトリをダウンロードしてデベロッパーモード/開発者モードでインストールしてください。- [chrome ウェブストア](https://chrome.google.com/webstore/detail/hkkonbjdhiaedfaleeojibmlhdcfpfkj)
- [Microsoft Edge アドオンストア](https://microsoftedge.microsoft.com/addons/detail/lffebaidibcigfdngjignknlamokckmo)