Copy CID to clipboard
Copy CID to clipboard from the open Google Maps if it exists
Qu'est-ce que Copy CID to clipboard ?
Copy CID to clipboard est une extension Chrome développée par https://itagaki.eek.jp, et sa fonction principale est "Copy CID to clipboard from the open Google Maps if it exists".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy CID to clipboard
Téléchargez les fichiers d'extension Copy CID to clipboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Copy CID to clipboard |
ID | hkkonbjdhiaedfaleeojibmlhdcfpfkj |
URL Officiel | https://chromewebstore.google.com/detail/copy-cid-to-clipboard/hkkonbjdhiaedfaleeojibmlhdcfpfkj |
Description | Copy CID to clipboard from the open Google Maps if it exists |
Taille du Fichier | 26.25 KB |
Nombre d'Installations | 273 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2022-10-28 |
Date de Publication | 2022-05-03 |
Développeur | https://itagaki.eek.jp |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/itagagaki/CopyCID |
URL de la Page d'Aide | https://github.com/itagagaki/CopyCID/issues |
Langues Prises en Charge | 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\/*" ] } |