Path Converter
Convert and open UNC Windows to SMB paths for OSX
什麼是Path Converter?
Path Converter是由micah.topping開發的Chrome擴展程式,該擴展的主要功能是“Convert and open UNC Windows to SMB paths for OSX”。
擴展截圖
下載Path Converter擴展crx文件
下載Path Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | egbgfaldpekjcbmfhbjmcafbfcdjgboe |
| 官方網址 | https://chromewebstore.google.com/detail/path-converter/egbgfaldpekjcbmfhbjmcafbfcdjgboe |
| 簡介 | Convert and open UNC Windows to SMB paths for OSX |
| 檔案大小 | 85.34 KB |
| 安裝次數 | 1,926 |
| 目前版本 | 0.1.0 |
| 更新時間 | 2015-04-09 |
| 上架時間 | 2015-04-08 |
| 評分 | 4.50/5 共 8 次評分 |
| 開發者 | micah.topping |
| 付費類型 | free |
| 支援的語言 | 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'"
} | |