Open local Link
Open local link by clicking
Open local Link là gì?
Open local Link là một tiện ích mở rộng Chrome được phát triển bởi hashed tomato, và tính năng chính của nó là "Open local link by clicking".
Ả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 local Link
Tải xuống các tệp mở rộng Open local Link 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 extension make it possible to open a local file or folder by clicking its link (tag ) in Web page. When you click the link, the local file would be opened by the application associated with the file if the file suffix is xlsx, docx or pdf, otherwise opened in Windows Explorer. This extension requires installing native client application in the local PC. The installation instruction will be displayed at the installation of this extension. - the local link must be a tag with href="file://..." - support multi-frame web page (frameset)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open local Link |
ID | bhipgegdnofneghbmnmgbfdjfhbmejbe |
URL Chính Thức | https://chromewebstore.google.com/detail/open-local-link/bhipgegdnofneghbmnmgbfdjfhbmejbe |
Mô tả | Open local link by clicking |
Kích Thước Tệp | 129 KB |
Số Lần Cài Đặt | 3,033 |
Phiên Bản Hiện Tại | 1.0.10 |
Cập Nhật Lần Cuối | 2022-08-20 |
Ngày Phát Hành | 2020-07-20 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | hashed tomato |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/hashedtomato3/open-local-link |
URL Trang Trợ Giúp | https://github.com/hashedtomato3/open-local-link |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open local Link", "version": "1.0.10", "manifest_version": 2, "description": "Open local link by clicking", "icons": { "128": "icon-128.png" }, "permissions": [ "nativeMessaging" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |