Open local Link
Open local link by clicking
Что такое Open local Link?
Open local Link - это расширение Chrome, разработанное hashed tomato, и его основная функция - "Open local link by clicking".
Снимки экрана расширения
Скачать файл CRX расширения Open local Link
Скачайте файлы расширений 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 |
Электронная почта | [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": [ " |