Open with external application
Opens any link of a webpage with a custom external application.
Open with external application là gì?
Open with external application là một tiện ích mở rộng Chrome được phát triển bởi Lorenz Cuno Klopfenstein, và tính năng chính của nó là "Opens any link of a webpage with a custom external application.".
Ả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 Open with external application
Tải xuống các tệp mở rộng Open with external application 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
"Open with external application" (in dire need of a better name) is an extension for the Google Chrome web browser. It allows the user to select any executable and use links of the web pages s/he is browsing as a command line parameter when launching such executable. The user might, for instance, decide to open a target link in Firefox, Opera, Safari or any other application capable of handling an URL parameter. Parts of the extension (namely the native NPAPI plug-ins that launch the external application) are taken from the SimpleGet Chromium extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hccmhjmmfdfncbfpogafcbpaebclgjcp |
URL Chính Thức | https://chrome.google.com/webstore/detail/open-with-external-applic/hccmhjmmfdfncbfpogafcbpaebclgjcp |
Mô tả | Opens any link of a webpage with a custom external application. |
Kích Thước Tệp | 86.51 KB |
Số Lần Cài Đặt | 264 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-02-06 |
Ngày Phát Hành | 2013-02-06 |
Đánh Giá | 3.25/5 Tổng số 56 Đánh Giá |
Nhà Phát Triển | Lorenz Cuno Klopfenstein |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://bitbucket.org/lck/open-with-external-application |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open with external application", "description": "Opens any link of a webpage with a custom external application.", "version": "1.0", "icons": { "16": "icons\/16-logo.png", "32": "icons\/32-logo.png", "48": "icons\/48-logo.png", "128": "icons\/128-logo.png" }, "permissions": [ "contextMenus" ], "background": { "page": "open-in.html" }, "options_page": "options.html", "plugins": [ { "path": "npsimpleGetPlugin.dll", "public": false }, { "path": "libsimpleGetPlugin.so", "public": false }, { "path": "libsimpleGetPlugin64.so", "public": false } ] } |