Open local Link
Open local link by clicking
O que é Open local Link?
Open local Link é uma extensão do Chrome desenvolvida por hashed tomato, e sua principal característica é "Open local link by clicking".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Open local Link
Baixe arquivos de extensão Open local Link 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
This extension make it possible to open a local file or folder by clicking its link (tag ) in Web page. When you click the link, the local file would be opened by the application associated with the file if the file suffix is xlsx, docx or pdf, otherwise opened in Windows Explorer. This extension requires installing native client application in the local PC. The installation instruction will be displayed at the installation of this extension. - the local link must be a tag with href="file://..." - support multi-frame web page (frameset)
Informações Básicas da Extensão
Nome | Open local Link |
ID | bhipgegdnofneghbmnmgbfdjfhbmejbe |
URL Oficial | https://chromewebstore.google.com/detail/open-local-link/bhipgegdnofneghbmnmgbfdjfhbmejbe |
Descrição | Open local link by clicking |
Tamanho do Arquivo | 129 KB |
Contagem de Instalações | 3,033 |
Versão Atual | 1.0.10 |
Última Atualização | 2022-08-20 |
Data de Publicação | 2020-07-20 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | hashed tomato |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/hashedtomato3/open-local-link |
URL da Página de Ajuda | https://github.com/hashedtomato3/open-local-link |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open local Link", "version": "1.0.10", "manifest_version": 2, "description": "Open local link by clicking", "icons": { "128": "icon-128.png" }, "permissions": [ "nativeMessaging" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |