Geodatafy File Launcher
Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -
什么是Geodatafy File Launcher?
Geodatafy File Launcher是由oandgtc开发的Chrome扩展程序,该扩展的主要功能是“Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -”。
扩展截图
下载Geodatafy File Launcher扩展crx文件
下载Geodatafy File Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | jmaocgmkepekiahieopicpichiicjmlo |
官方URL | https://chromewebstore.google.com/detail/geodatafy-file-launcher/jmaocgmkepekiahieopicpichiicjmlo |
简介 | Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only - |
文件大小 | 9.61 KB |
安装次数 | 17 |
当前版本 | 2.0 |
更新时间 | 2020-03-12 |
上架时间 | 2020-03-11 |
开发者 | oandgtc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://petro.bahwancybertek.com |
支持的语言 | 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" } |