Copy CID to clipboard
Copy CID to clipboard from the open Google Maps if it exists
什麼是Copy CID to clipboard?
Copy CID to clipboard是由https://itagaki.eek.jp開發的Chrome擴展程式,該擴展的主要功能是“Copy CID to clipboard from the open Google Maps if it exists”。
擴展截圖
下載Copy CID to clipboard擴展crx文件
下載Copy CID to clipboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Copy CID to clipboard |
ID | hkkonbjdhiaedfaleeojibmlhdcfpfkj |
官方網址 | https://chromewebstore.google.com/detail/copy-cid-to-clipboard/hkkonbjdhiaedfaleeojibmlhdcfpfkj |
簡介 | Copy CID to clipboard from the open Google Maps if it exists |
檔案大小 | 26.25 KB |
安裝次數 | 273 |
目前版本 | 1.0.7 |
更新時間 | 2022-10-28 |
上架時間 | 2022-05-03 |
開發者 | https://itagaki.eek.jp |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/itagagaki/CopyCID |
說明頁面URL | https://github.com/itagagaki/CopyCID/issues |
支援的語言 | 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\/*" ] } |