Copy CID to clipboard

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

Wat is Copy CID to clipboard?

Copy CID to clipboard is een Chrome-extensie ontwikkeld door https://itagaki.eek.jp, en de belangrijkste functie is "Copy CID to clipboard from the open Google Maps if it exists".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy CID to clipboard

Download Copy CID to clipboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Copy CID to clipboard Copy CID to clipboard
ID hkkonbjdhiaedfaleeojibmlhdcfpfkj
Officiële URL https://chromewebstore.google.com/detail/copy-cid-to-clipboard/hkkonbjdhiaedfaleeojibmlhdcfpfkj
Beschrijving Copy CID to clipboard from the open Google Maps if it exists
Bestandsgrootte 26.25 KB
Aantal Installaties 273
Huidige Versie 1.0.7
Laatst Bijgewerkt 2022-10-28
Publicatiedatum 2022-05-03
Ontwikkelaar https://itagaki.eek.jp
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/itagagaki/CopyCID
Help Pagina-URL https://github.com/itagagaki/CopyCID/issues
Ondersteunde Talen 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\/*"
    ]
}