Open local Link
Open local link by clicking
Co to jest Open local Link?
Open local Link to rozszerzenie Chrome opracowane przez hashed tomato, a jego główną funkcją jest „Open local link by clicking”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open local Link
Pobierz pliki rozszerzeń Open local Link w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | Open local Link |
ID | bhipgegdnofneghbmnmgbfdjfhbmejbe |
Oficjalny URL | https://chromewebstore.google.com/detail/open-local-link/bhipgegdnofneghbmnmgbfdjfhbmejbe |
Opis | Open local link by clicking |
Rozmiar pliku | 129 KB |
Liczba instalacji | 3,033 |
Aktualna Wersja | 1.0.10 |
Ostatnia Aktualizacja | 2022-08-20 |
Data Publikacji | 2020-07-20 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | hashed tomato |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/hashedtomato3/open-local-link |
Adres URL Strony Pomocy | https://github.com/hashedtomato3/open-local-link |
Obsługiwane Języki | 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": [ " |