TECH-ARROW's WinShortcutter Extension

Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter

O que é TECH-ARROW's WinShortcutter Extension?

TECH-ARROW's WinShortcutter Extension é uma extensão do Chrome desenvolvida por https://winshortcutter.com, e sua principal característica é "Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TECH-ARROW's WinShortcutter Extension

Baixe arquivos de extensão TECH-ARROW's WinShortcutter Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome TECH-ARROW's WinShortcutter Extension TECH-ARROW's WinShortcutter Extension
ID fjgbmdpimmdkcnegmoeiocihbjbpmldc
URL Oficial https://chromewebstore.google.com/detail/tech-arrows-winshortcutte/fjgbmdpimmdkcnegmoeiocihbjbpmldc
Descrição Transforms File URLs (file:) in webpages so that they are opened by TECH-ARROW's WinShortcutter
Tamanho do Arquivo 789 KB
Contagem de Instalações 58
Versão Atual 5.0.2
Última Atualização 2023-08-17
Data de Publicação 2022-04-02
Desenvolvedor https://winshortcutter.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.winshortcutter.com
URL da Página de Ajuda https://documentation.tech-arrow.com/tech-arrows-winshortcutter/
URL da Página de Política de Privacidade https://winshortcutter.com/wp-content/uploads/2021/06/TECH-ARROW-EULA-2021.pdf
Idiomas Suportados 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
}