Mini Browser Extension

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

What is Mini Browser Extension?

Mini Browser Extension is a Chrome extension developed by OSM69420, and its main feature is "A little project that allows you to open the website you are on into a little popup after pressing the icon!!".

Extension Screenshots

screenshot

Download Mini Browser Extension Extension CRX File

Download Mini Browser Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Mini Browser Extension Mini Browser Extension
ID kpiamcgnkjgaindnjbceacpoepbfebok
Official URL https://chromewebstore.google.com/detail/mini-browser-extension/kpiamcgnkjgaindnjbceacpoepbfebok
Description A little project that allows you to open the website you are on into a little popup after pressing the icon!!
File Size 261 KB
Installation Count 234
Current Version 1.0
Last Updated 2023-05-20
Publish Date 2023-05-20
Developer OSM69420
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}