Wifi Share

A minimal browser extension to allow you to share a scratchpad over the network.

Co to jest Wifi Share?

Wifi Share to rozszerzenie Chrome opracowane przez https://quick-wifi-share.web.app, a jego główną funkcją jest „A minimal browser extension to allow you to share a scratchpad over the network.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Wifi Share

Pobierz pliki rozszerzeń Wifi Share 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Wifi Share Wifi Share
ID kdjhpollblakokcnfhbgmallkelgncbn
Oficjalny URL https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn
Opis A minimal browser extension to allow you to share a scratchpad over the network.
Rozmiar pliku 899 KB
Liczba instalacji 64
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2023-04-28
Data Publikacji 2023-03-11
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper https://quick-wifi-share.web.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Pranav2612000/wifi_share
Adres URL Strony Pomocy https://github.com/Pranav2612000/wifi_share/issues
Adres URL Strony Polityki Prywatności https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy
Obsługiwane Języki 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"
    ]
}