Wifi Share

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

Hvad er Wifi Share?

Wifi Share er en Chrome-udvidelse udviklet af https://quick-wifi-share.web.app, og dens hovedfunktion er "A minimal browser extension to allow you to share a scratchpad over the network.".

Udvidelsesskærmbilleder

screenshot

Download Wifi Share-udvidelses-CRX-fil

Download Wifi Share-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Wifi Share Wifi Share
ID kdjhpollblakokcnfhbgmallkelgncbn
Officiel URL https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn
Beskrivelse A minimal browser extension to allow you to share a scratchpad over the network.
Filstørrelse 899 KB
Antal Installationer 64
Nuværende Version 0.0.2
Senest Opdateret 2023-04-28
Udgivelsesdato 2023-03-11
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler https://quick-wifi-share.web.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Pranav2612000/wifi_share
Hjælpeside-URL https://github.com/Pranav2612000/wifi_share/issues
URL til Fortrolighedspolitik Side https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy
Understøttede Sprog 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"
    ]
}