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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |