Mini Browser Extension

A little project that allows you to open the website you are on into a little popup after pressing the icon!!

Cos'è Mini Browser Extension?

Mini Browser Extension è un'estensione di Chrome sviluppata da OSM69420, e la sua funzione principale è "A little project that allows you to open the website you are on into a little popup after pressing the icon!!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mini Browser Extension

Scarica i file di estensione Mini Browser Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A little project that allows you to open the website you are on into a little popup after pressing the icon!!                    

Informazioni di Base sull'Estensione

Nome Mini Browser Extension Mini Browser Extension
ID kpiamcgnkjgaindnjbceacpoepbfebok
URL Ufficiale https://chromewebstore.google.com/detail/mini-browser-extension/kpiamcgnkjgaindnjbceacpoepbfebok
Descrizione A little project that allows you to open the website you are on into a little popup after pressing the icon!!
Dimensione del File 261 KB
Conteggio Installazioni 234
Versione Corrente 1.0
Ultimo Aggiornamento 2023-05-20
Data di Pubblicazione 2023-05-20
Sviluppatore OSM69420
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mini Browser Extension",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}