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 |
Eメール | [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" } |