Open local Link
Open local link by clicking
Qu'est-ce que Open local Link ?
Open local Link est une extension Chrome développée par hashed tomato, et sa fonction principale est "Open local link by clicking".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open local Link
Téléchargez les fichiers d'extension Open local Link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Open local Link |
ID | bhipgegdnofneghbmnmgbfdjfhbmejbe |
URL Officiel | https://chromewebstore.google.com/detail/open-local-link/bhipgegdnofneghbmnmgbfdjfhbmejbe |
Description | Open local link by clicking |
Taille du Fichier | 129 KB |
Nombre d'Installations | 3,033 |
Version Actuelle | 1.0.10 |
Dernière Mise à Jour | 2022-08-20 |
Date de Publication | 2020-07-20 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | hashed tomato |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hashedtomato3/open-local-link |
URL de la Page d'Aide | https://github.com/hashedtomato3/open-local-link |
Langues Prises en Charge | 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": [ " |