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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace \ to / and add smb: for U : )"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Windows path transformer for Mac Users एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}