Google Drive Path Copy Extension
An extension to copy Google Drive file paths.
Apa itu Google Drive Path Copy Extension?
Google Drive Path Copy Extension adalah ekstensi Chrome yang dikembangkan oleh SINGALO, dan fitur utamanya adalah "An extension to copy Google Drive file paths.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Drive Path Copy Extension
Unduh file ekstensi Google Drive Path Copy Extension 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
You can copy the Google Drive Desktop file path from Google Drive in your browser. You can also convert paths between Windows and Mac.
Informasi Dasar Ekstensi
Nama | Google Drive Path Copy Extension |
ID | ggokkjihmnihdgbdoieolhclphphpakd |
URL Resmi | https://chromewebstore.google.com/detail/google-drive-path-copy-ex/ggokkjihmnihdgbdoieolhclphphpakd |
Deskripsi | An extension to copy Google Drive file paths. |
Ukuran File | 35.38 KB |
Jumlah Instalasi | 122 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2023-01-26 |
Tanggal Publikasi | 2023-01-24 |
Pengembang | SINGALO |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |