Wifi Share
A minimal browser extension to allow you to share a scratchpad over the network.
Что такое Wifi Share?
Wifi Share - это расширение Chrome, разработанное https://quick-wifi-share.web.app, и его основная функция - "A minimal browser extension to allow you to share a scratchpad over the network.".
Снимки экрана расширения
Скачать файл CRX расширения Wifi Share
Скачайте файлы расширений Wifi Share в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Want to share a short piece of snippet to another device on the network without needing to open email, whatsapp or any other third party tool? With Wifishare, you can. No need to login into or install any 3rd party software.Just install this extension and you're done.
Основная информация о расширении
Название | Wifi Share |
ID | kdjhpollblakokcnfhbgmallkelgncbn |
Официальный URL | https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn |
Описание | A minimal browser extension to allow you to share a scratchpad over the network. |
Размер файла | 899 KB |
Количество установок | 64 |
Текущая Версия | 0.0.2 |
Последнее Обновление | 2023-04-28 |
Дата публикации | 2023-03-11 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | https://quick-wifi-share.web.app |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/Pranav2612000/wifi_share |
URL страницы помощи | https://github.com/Pranav2612000/wifi_share/issues |
URL страницы политики конфиденциальности | https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Wifi Share", "name": "Wifi Share", "description": "A minimal browser extension to allow you to share a scratchpad over the network.", "version": "0.0.2", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "start_url": ".", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff", "background": { "service_worker": "static\/js\/background.js" }, "permissions": [ "contextMenus", "storage" ] } |