Copy CID to clipboard

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

Vad är Copy CID to clipboard?

Copy CID to clipboard är en Chrome-tillägg utvecklad av https://itagaki.eek.jp, och dess huvudfunktion är "Copy CID to clipboard from the open Google Maps if it exists".

Tilläggsskärmbilder

screenshot

Ladda ner Copy CID to clipboard-förlängningens CRX-fil

Ladda ner Copy CID to clipboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Copy CID to clipboard Copy CID to clipboard
ID hkkonbjdhiaedfaleeojibmlhdcfpfkj
Officiell webbadress https://chromewebstore.google.com/detail/copy-cid-to-clipboard/hkkonbjdhiaedfaleeojibmlhdcfpfkj
Beskrivning Copy CID to clipboard from the open Google Maps if it exists
Filstorlek 26.25 KB
Antal Installationer 273
Aktuell Version 1.0.7
Senast Uppdaterad 2022-10-28
Publiceringsdatum 2022-05-03
Utvecklare https://itagaki.eek.jp
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/itagagaki/CopyCID
Hjälpsida URL https://github.com/itagagaki/CopyCID/issues
Stödda Språk 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\/*"
    ]
}