Google Drive Path Copy Extension
An extension to copy Google Drive file paths.
Google Drive Path Copy Extension là gì?
Google Drive Path Copy Extension là một tiện ích mở rộng Chrome được phát triển bởi SINGALO, và tính năng chính của nó là "An extension to copy Google Drive file paths.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Drive Path Copy Extension
Tải xuống các tệp mở rộng Google Drive Path Copy Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
You can copy the Google Drive Desktop file path from Google Drive in your browser. You can also convert paths between Windows and Mac.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Drive Path Copy Extension |
ID | ggokkjihmnihdgbdoieolhclphphpakd |
URL Chính Thức | https://chromewebstore.google.com/detail/google-drive-path-copy-ex/ggokkjihmnihdgbdoieolhclphphpakd |
Mô tả | An extension to copy Google Drive file paths. |
Kích Thước Tệp | 35.38 KB |
Số Lần Cài Đặt | 122 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-01-26 |
Ngày Phát Hành | 2023-01-24 |
Nhà Phát Triển | SINGALO |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |