TECH-ARROW's WinShortcutter Extension
Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter
¿Qué es TECH-ARROW's WinShortcutter Extension?
TECH-ARROW's WinShortcutter Extension es una extensión de Chrome desarrollada por https://winshortcutter.com, y su función principal es "Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TECH-ARROW's WinShortcutter Extension
Descarga archivos de extensión TECH-ARROW's WinShortcutter Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
TECH-ARROW's WinShortcutter is a product which allows opening Microsoft Windows shortcuts (.lnk files) on MAC OS. This Safari add-on extends this functionality by modifying the file links (using the file:// protocol) found on a website to point to WinShortcutters special protocol handler. TECH-ARROW's WinShortcutter is a product which allows opening Microsoft Windows shortcuts (.lnk files) on MAC OS. This Safari add-on extends this functionality by modifying the file links (using the file:// protocol) found on a website to point to WinShortcutters special protocol handler. The result is that when a user clicks on such a modified link and has WinShortcutter installed on their Mac, TECH-ARROW's WinShortcutter handles the file opening.
This browser extension is compatible with WinShortcutter version 5.0 or higher. Información Básica de la Extensión
| Nombre | |
| ID | fjgbmdpimmdkcnegmoeiocihbjbpmldc |
| URL Oficial | https://chromewebstore.google.com/detail/tech-arrows-winshortcutte/fjgbmdpimmdkcnegmoeiocihbjbpmldc |
| Descripción | Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter |
| Tamaño del Archivo | 789 KB |
| Cantidad de Instalaciones | 58 |
| Versión Actual | 5.0.2 |
| Última Actualización | 2023-08-17 |
| Fecha de Publicación | 2022-04-02 |
| Desarrollador | https://winshortcutter.com |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://www.winshortcutter.com |
| URL de la Página de Ayuda | https://documentation.tech-arrow.com/tech-arrows-winshortcutter/ |
| URL de la Página de Política de Privacidad | https://winshortcutter.com/wp-content/uploads/2021/06/TECH-ARROW-EULA-2021.pdf |
| Idiomas Soportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TECH-ARROW's WinShortcutter Extension",
"version": "5.0.2",
"description": "Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter",
"homepage_url": "https:\/\/winshortcutter.com",
"icons": {
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"background.js"
],
"run_at": "document_end"
}
],
"manifest_version": 3
} | |