Path Converter
Convert and open UNC Windows to SMB paths for OSX
Cos'è Path Converter?
Path Converter è un'estensione di Chrome sviluppata da micah.topping, e la sua funzione principale è "Convert and open UNC Windows to SMB paths for OSX".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Path Converter
Scarica i file di estensione Path Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Path Converter |
ID | egbgfaldpekjcbmfhbjmcafbfcdjgboe |
URL Ufficiale | https://chromewebstore.google.com/detail/path-converter/egbgfaldpekjcbmfhbjmcafbfcdjgboe |
Descrizione | Convert and open UNC Windows to SMB paths for OSX |
Dimensione del File | 85.34 KB |
Conteggio Installazioni | 1,926 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2015-04-09 |
Data di Pubblicazione | 2015-04-08 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | micah.topping |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |