Google maps copy-paste location
Google maps copy-paste location
ما هو Google maps copy-paste location؟
Google maps copy-paste location هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Google maps copy-paste location".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google maps copy-paste location
قم بتنزيل ملفات الامتداد Google maps copy-paste location بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | kpjmimpeabekgghehodddkpkcdhclofg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-maps-copy-paste-lo/kpjmimpeabekgghehodddkpkcdhclofg |
| الوصف | Google maps copy-paste location |
| حجم الملف | 9.3 KB |
| عدد التثبيتات | 39 |
| النسخة الحالية | 1.3.3 |
| آخر تحديث | 2022-11-17 |
| تاريخ النشر | 2021-11-28 |
| المطور | [email protected] |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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"
}
} | |