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 |
官方網址 | 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" } |