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 |
公式URL | 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 |
Eメール | [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": [ " |