Wifi Share
A minimal browser extension to allow you to share a scratchpad over the network.
O que é Wifi Share?
Wifi Share é uma extensão do Chrome desenvolvida por https://quick-wifi-share.web.app, e sua principal característica é "A minimal browser extension to allow you to share a scratchpad over the network.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wifi Share
Baixe arquivos de extensão Wifi Share no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Wifi Share |
ID | kdjhpollblakokcnfhbgmallkelgncbn |
URL Oficial | https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn |
Descrição | A minimal browser extension to allow you to share a scratchpad over the network. |
Tamanho do Arquivo | 899 KB |
Contagem de Instalações | 64 |
Versão Atual | 0.0.2 |
Última Atualização | 2023-04-28 |
Data de Publicação | 2023-03-11 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://quick-wifi-share.web.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Pranav2612000/wifi_share |
URL da Página de Ajuda | https://github.com/Pranav2612000/wifi_share/issues |
URL da Página de Política de Privacidade | https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy |
Idiomas Suportados | 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" ] } |