Geodatafy File Launcher
Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -
Qu'est-ce que Geodatafy File Launcher ?
Geodatafy File Launcher est une extension Chrome développée par oandgtc, et sa fonction principale est "Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Geodatafy File Launcher
Téléchargez les fichiers d'extension Geodatafy File Launcher 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 companion Chrome extension for Geodatafy allows users to launch files they have found in Geodatafy using the native registered application in Windows. For example if we searched for a term, lets say "River Basin" and we got a mixture of 10 documents, some PDF and some Word, the user is able to click the document and launch / open the document using Microsoft Word or PDF viewer. The document is opened from the location recorded at the time of indexing, this means providing the path has not changed since last index it will open in place avoiding duplication of documents.
Informations de Base sur l'Extension
Nom | |
ID | jmaocgmkepekiahieopicpichiicjmlo |
URL Officiel | https://chromewebstore.google.com/detail/geodatafy-file-launcher/jmaocgmkepekiahieopicpichiicjmlo |
Description | Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only - |
Taille du Fichier | 9.61 KB |
Nombre d'Installations | 17 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2020-03-12 |
Date de Publication | 2020-03-11 |
Développeur | oandgtc |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://petro.bahwancybertek.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background_script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/explore\/*" ], "run_at": "document_idle" } ], "description": "Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -", "icons": { "48": "geodatafy.png" }, "manifest_version": 2, "name": "Geodatafy File Launcher", "permissions": [ "nativeMessaging", "storage" ], "version": "2.0" } |