Windows path transformer for Mac Users

Replace \ to / and add smb: for U : )

Windows path transformer for Mac Users là gì?

Windows path transformer for Mac Users là một tiện ích mở rộng Chrome được phát triển bởi Cakeant, và tính năng chính của nó là "Replace \ to / and add smb: for U : )".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Windows path transformer for Mac Users

Tải xuống các tệp mở rộng Windows path transformer for Mac Users 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

                        # 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Windows path transformer for Mac Users Windows path transformer for Mac Users
ID ecmdfecgahagecohcpphenelcmaanfgg
URL Chính Thức https://chromewebstore.google.com/detail/windows-path-transformer/ecmdfecgahagecohcpphenelcmaanfgg
Mô tả Replace \ to / and add smb: for U : )
Kích Thước Tệp 7.47 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2022-09-30
Ngày Phát Hành 2017-12-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Cakeant
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}