Windows path transformer for Mac Users
Replace \ to / and add smb: for U : )
Windows path transformer for Mac Users란 무엇입니까?
Windows path transformer for Mac Users은(는) Cakeant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace \ to / and add smb: for U : )"입니다.
확장 프로그램 스크린샷
Windows path transformer for Mac Users 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# News 2022.09.29 Thank you all again for supporting this non-profit tool, I am deeply sorry the extension has been shutdown due to the policy check. The extension has been updated and back just for you~ And as always, any commend is hearty welcome : ) # Detail about this app Replace \ to / and add "smb:" to the front. You can also reverse mac path to windows path. Useful for mac users to transform between windows file path and mac path. # Change log v1.5 2022.09.29 ----------- 1. Modify permission for Google regulation check 2. Layout change v1.3, v1.4 2017.12.22 ------------ 1. Add function: reverse mac path back to window path v1.2 2017.8.8 ------------ 1.rename 2.add smb: ahead v1.1 2017.8.8 ------------ remove shortcut tooltip (copied from template) v1.0 2017.8.8 ------------ first ver
확장 프로그램 기본 정보
이름 | Windows path transformer for Mac Users |
ID | ecmdfecgahagecohcpphenelcmaanfgg |
공식 URL | https://chromewebstore.google.com/detail/windows-path-transformer/ecmdfecgahagecohcpphenelcmaanfgg |
설명 | Replace \ to / and add smb: for U : ) |
파일 크기 | 7.47 KB |
설치 횟수 | 193 |
현재 버전 | 1.5 |
최근 업데이트 | 2022-09-30 |
출시 날짜 | 2017-12-22 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Cakeant |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Windows path transformer for Mac Users", "description": "Replace \\ to \/ and add smb: for U : )", "version": "1.5", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon48.png", "32": "\/images\/icon48.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.webp" } }, "icons": { "16": "\/images\/icon48.png", "32": "\/images\/icon48.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.webp" } } |