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文件
下载Windows path transformer for Mac Users扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
# 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 扩展基本信息
| 名称 | |
| 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"
}
} | |