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 là gì?
Geodatafy File Launcher là một tiện ích mở rộng Chrome được phát triển bởi oandgtc, và tính năng chính của nó là "Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only -".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Geodatafy File Launcher
Tải xuống các tệp mở rộng Geodatafy File Launcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jmaocgmkepekiahieopicpichiicjmlo |
URL Chính Thức | https://chromewebstore.google.com/detail/geodatafy-file-launcher/jmaocgmkepekiahieopicpichiicjmlo |
Mô tả | Allows Geodatafy users to launch a file from it's original location using the native registered application. - Windows users Only - |
Kích Thước Tệp | 9.61 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2020-03-12 |
Ngày Phát Hành | 2020-03-11 |
Nhà Phát Triển | oandgtc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://petro.bahwancybertek.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } |