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.
扩展基本信息
名称 | |
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" } } |