Open local Link
Open local link by clicking
什麼是Open local Link?
Open local Link是由hashed tomato開發的Chrome擴展程式,該擴展的主要功能是“Open local link by clicking”。
擴展截圖
下載Open local Link擴展crx文件
下載Open local Link擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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)
擴展基本資訊
名稱 | Open local Link |
ID | bhipgegdnofneghbmnmgbfdjfhbmejbe |
官方網址 | https://chromewebstore.google.com/detail/open-local-link/bhipgegdnofneghbmnmgbfdjfhbmejbe |
簡介 | Open local link by clicking |
檔案大小 | 129 KB |
安裝次數 | 3,033 |
目前版本 | 1.0.10 |
更新時間 | 2022-08-20 |
上架時間 | 2020-07-20 |
評分 | 3.00/5 共 2 次評分 |
開發者 | hashed tomato |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/hashedtomato3/open-local-link |
說明頁面URL | https://github.com/hashedtomato3/open-local-link |
支援的語言 | 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": [ " |