Open local Link
Open local link by clicking
Was ist Open local Link?
Open local Link ist eine Chrome-Erweiterung, die von hashed tomato entwickelt wurde, und ihr Hauptmerkmal ist "Open local link by clicking".
Erweiterungsscreenshots
Open local Link-Erweiterungs-CRX-Datei herunterladen
Laden Sie Open local Link-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | Open local Link |
ID | bhipgegdnofneghbmnmgbfdjfhbmejbe |
Offizielle URL | https://chromewebstore.google.com/detail/open-local-link/bhipgegdnofneghbmnmgbfdjfhbmejbe |
Beschreibung | Open local link by clicking |
Dateigröße | 129 KB |
Installationsanzahl | 3,033 |
Aktuelle Version | 1.0.10 |
Letztes Update | 2022-08-20 |
Veröffentlichungsdatum | 2020-07-20 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | hashed tomato |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/hashedtomato3/open-local-link |
Hilfeseite URL | https://github.com/hashedtomato3/open-local-link |
Unterstützte Sprachen | 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": [ " |