Open local Link
Open local link by clicking
Wat is Open local Link?
Open local Link is een Chrome-extensie ontwikkeld door hashed tomato, en de belangrijkste functie is "Open local link by clicking".
Extensie Screenshots
Download het CRX-bestand van de extensie Open local Link
Download Open local Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Open local Link |
ID | bhipgegdnofneghbmnmgbfdjfhbmejbe |
Officiële URL | https://chromewebstore.google.com/detail/open-local-link/bhipgegdnofneghbmnmgbfdjfhbmejbe |
Beschrijving | Open local link by clicking |
Bestandsgrootte | 129 KB |
Aantal Installaties | 3,033 |
Huidige Versie | 1.0.10 |
Laatst Bijgewerkt | 2022-08-20 |
Publicatiedatum | 2020-07-20 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | hashed tomato |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/hashedtomato3/open-local-link |
Help Pagina-URL | https://github.com/hashedtomato3/open-local-link |
Ondersteunde Talen | 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": [ " |