Google maps copy-paste location
Google maps copy-paste location
Apa itu Google maps copy-paste location?
Google maps copy-paste location adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "Google maps copy-paste location".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google maps copy-paste location
Unduh file ekstensi Google maps copy-paste location dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension allows you to speed up copy-pasting locations such as "los angeles, ca" from your emails, chats and few other places to google maps by setting up hotkeys for it.
Informasi Dasar Ekstensi
Nama | Google maps copy-paste location |
ID | kpjmimpeabekgghehodddkpkcdhclofg |
URL Resmi | https://chromewebstore.google.com/detail/google-maps-copy-paste-lo/kpjmimpeabekgghehodddkpkcdhclofg |
Deskripsi | Google maps copy-paste location |
Ukuran File | 9.3 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 1.3.3 |
Terakhir Diperbarui | 2022-11-17 |
Tanggal Publikasi | 2021-11-28 |
Pengembang | [email protected] |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google maps copy-paste location", "description": "Google maps copy-paste location", "version": "1.3.3", "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "https:\/\/mail.google.com\/*", "https:\/\/*.sylectus.com\/*", "https:\/\/power.dat.com\/*", "https:\/\/www.google.com\/maps\/*", "https:\/\/chat.google.com\/*" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "storage", "tabs" ], "browser_action": { "default_title": "Hugo extension", "default_popup": "popup.html" } } |