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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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"
}
} | |