Path Converter

Convert and open UNC Windows to SMB paths for OSX

Qu'est-ce que Path Converter ?

Path Converter est une extension Chrome développée par micah.topping, et sa fonction principale est "Convert and open UNC Windows to SMB paths for OSX".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Path Converter

Téléchargez les fichiers d'extension Path Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Convert UNC (PC) paths to SMB (OSX/*NIX) paths from within chrome.
Now with more awesome:

* click "COPY" to copy both paths and filename to the clipboard for easy pasting into emails.
* click the folder icon to open the link in Finder or Explorer
* now handles spaces in most cases                    

Informations de Base sur l'Extension

Nom Path Converter Path Converter
ID egbgfaldpekjcbmfhbjmcafbfcdjgboe
URL Officiel https://chromewebstore.google.com/detail/path-converter/egbgfaldpekjcbmfhbjmcafbfcdjgboe
Description Convert and open UNC Windows to SMB paths for OSX
Taille du Fichier 85.34 KB
Nombre d'Installations 1,926
Version Actuelle 0.1.0
Dernière Mise à Jour 2015-04-09
Date de Publication 2015-04-08
Évaluation 4.50/5 Total 8 Évaluations
Développeur micah.topping
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Path Converter",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}