Copy CID to clipboard
Copy CID to clipboard from the open Google Maps if it exists
ما هو Copy CID to clipboard؟
Copy CID to clipboard هو إضافة Chrome تم تطويرها بواسطة https://itagaki.eek.jp، والميزة الرئيسية لها هي "Copy CID to clipboard from the open Google Maps if it exists".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy CID to clipboard
قم بتنزيل ملفات الامتداد Copy CID to clipboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | 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\/*" ] } |