Mini Browser Extension

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

Apa itu Mini Browser Extension?

Mini Browser Extension adalah ekstensi Chrome yang dikembangkan oleh OSM69420, dan fitur utamanya adalah "A little project that allows you to open the website you are on into a little popup after pressing the icon!!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mini Browser Extension

Unduh file ekstensi Mini Browser Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Mini Browser Extension Mini Browser Extension
ID kpiamcgnkjgaindnjbceacpoepbfebok
URL Resmi https://chromewebstore.google.com/detail/mini-browser-extension/kpiamcgnkjgaindnjbceacpoepbfebok
Deskripsi A little project that allows you to open the website you are on into a little popup after pressing the icon!!
Ukuran File 261 KB
Jumlah Instalasi 234
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-05-20
Tanggal Publikasi 2023-05-20
Pengembang OSM69420
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}