Copy CID to clipboard
Copy CID to clipboard from the open Google Maps if it exists
O que é Copy CID to clipboard?
Copy CID to clipboard é uma extensão do Chrome desenvolvida por https://itagaki.eek.jp, e sua principal característica é "Copy CID to clipboard from the open Google Maps if it exists".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Copy CID to clipboard
Baixe arquivos de extensão Copy CID to clipboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Copy CID to clipboard |
ID | hkkonbjdhiaedfaleeojibmlhdcfpfkj |
URL Oficial | https://chromewebstore.google.com/detail/copy-cid-to-clipboard/hkkonbjdhiaedfaleeojibmlhdcfpfkj |
Descrição | Copy CID to clipboard from the open Google Maps if it exists |
Tamanho do Arquivo | 26.25 KB |
Contagem de Instalações | 273 |
Versão Atual | 1.0.7 |
Última Atualização | 2022-10-28 |
Data de Publicação | 2022-05-03 |
Desenvolvedor | https://itagaki.eek.jp |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/itagagaki/CopyCID |
URL da Página de Ajuda | https://github.com/itagagaki/CopyCID/issues |
Idiomas Suportados | 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\/*" ] } |