Mini Browser Extension

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

O que é Mini Browser Extension?

Mini Browser Extension é uma extensão do Chrome desenvolvida por OSM69420, e sua principal característica é "A little project that allows you to open the website you are on into a little popup after pressing the icon!!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mini Browser Extension

Baixe arquivos de extensão Mini Browser Extension 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

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

Informações Básicas da Extensão

Nome Mini Browser Extension Mini Browser Extension
ID kpiamcgnkjgaindnjbceacpoepbfebok
URL Oficial https://chromewebstore.google.com/detail/mini-browser-extension/kpiamcgnkjgaindnjbceacpoepbfebok
Descrição A little project that allows you to open the website you are on into a little popup after pressing the icon!!
Tamanho do Arquivo 261 KB
Contagem de Instalações 234
Versão Atual 1.0
Última Atualização 2023-05-20
Data de Publicação 2023-05-20
Desenvolvedor OSM69420
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}