Path Converter
Convert and open UNC Windows to SMB paths for OSX
Wat is Path Converter?
Path Converter is een Chrome-extensie ontwikkeld door micah.topping, en de belangrijkste functie is "Convert and open UNC Windows to SMB paths for OSX".
Extensie Screenshots
Download het CRX-bestand van de extensie Path Converter
Download Path Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Path Converter |
ID | egbgfaldpekjcbmfhbjmcafbfcdjgboe |
Officiële URL | https://chromewebstore.google.com/detail/path-converter/egbgfaldpekjcbmfhbjmcafbfcdjgboe |
Beschrijving | Convert and open UNC Windows to SMB paths for OSX |
Bestandsgrootte | 85.34 KB |
Aantal Installaties | 1,926 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2015-04-09 |
Publicatiedatum | 2015-04-08 |
Beoordeling | 4.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | micah.topping |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |