Google Drive Path Copy Extension
An extension to copy Google Drive file paths.
Google Drive Path Copy Extensionคืออะไร?
Google Drive Path Copy Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SINGALO และคุณลักษณะหลักของมันคือ "An extension to copy Google Drive file paths."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Drive Path Copy Extension
ดาวน์โหลดไฟล์ส่วนขยาย Google Drive Path Copy Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can copy the Google Drive Desktop file path from Google Drive in your browser. You can also convert paths between Windows and Mac.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Drive Path Copy Extension |
ID | ggokkjihmnihdgbdoieolhclphphpakd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-drive-path-copy-ex/ggokkjihmnihdgbdoieolhclphphpakd |
คำอธิบาย | An extension to copy Google Drive file paths. |
ขนาดไฟล์ | 35.38 KB |
จำนวนการติดตั้ง | 122 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-01-26 |
วันที่เผยแพร่ | 2023-01-24 |
ผู้พัฒนา | SINGALO |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Drive Path Copy Extension", "short_name": "Google Drive Path Copy Extension", "author": "SINGALO", "version": "1.0.2", "description": "An extension to copy Google Drive file paths.", "background": { "service_worker": "background.js", "run_at": "document_start" }, "action": { "default_icon": ".\/img\/icon.png", "default_popup": ".\/popup\/popup.html", "default_title": "Google Drive Path Copy Extension" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": ".\/img\/icon128.png", "96": ".\/img\/icon.png" } } |