Open local Link
Open local link by clicking
Cos'è Open local Link?
Open local Link è un'estensione di Chrome sviluppata da hashed tomato, e la sua funzione principale è "Open local link by clicking".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open local Link
Scarica i file di estensione Open local Link in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | Open local Link |
ID | bhipgegdnofneghbmnmgbfdjfhbmejbe |
URL Ufficiale | https://chromewebstore.google.com/detail/open-local-link/bhipgegdnofneghbmnmgbfdjfhbmejbe |
Descrizione | Open local link by clicking |
Dimensione del File | 129 KB |
Conteggio Installazioni | 3,033 |
Versione Corrente | 1.0.10 |
Ultimo Aggiornamento | 2022-08-20 |
Data di Pubblicazione | 2020-07-20 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | hashed tomato |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/hashedtomato3/open-local-link |
URL della Pagina di Aiuto | https://github.com/hashedtomato3/open-local-link |
Lingue Supportate | 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": [ " |