Open local Link
Open local link by clicking
Apa itu Open local Link?
Open local Link adalah ekstensi Chrome yang dikembangkan oleh hashed tomato, dan fitur utamanya adalah "Open local link by clicking".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open local Link
Unduh file ekstensi Open local Link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | Open local Link |
ID | bhipgegdnofneghbmnmgbfdjfhbmejbe |
URL Resmi | https://chromewebstore.google.com/detail/open-local-link/bhipgegdnofneghbmnmgbfdjfhbmejbe |
Deskripsi | Open local link by clicking |
Ukuran File | 129 KB |
Jumlah Instalasi | 3,033 |
Versi Saat Ini | 1.0.10 |
Terakhir Diperbarui | 2022-08-20 |
Tanggal Publikasi | 2020-07-20 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | hashed tomato |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/hashedtomato3/open-local-link |
URL Halaman Bantuan | https://github.com/hashedtomato3/open-local-link |
Bahasa yang Didukung | 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": [ " |