Google Drive Path Copy Extension
An extension to copy Google Drive file paths.
什麼是Google Drive Path Copy Extension?
Google Drive Path Copy Extension是由SINGALO開發的Chrome擴展程式,該擴展的主要功能是“An extension to copy Google Drive file paths.”。
擴展截圖
下載Google Drive Path Copy Extension擴展crx文件
下載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 |
官方網址 | 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" } } |