Mini Browser Extension

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

什么是Mini Browser Extension?

Mini Browser Extension是由OSM69420开发的Chrome扩展程序,该扩展的主要功能是“A little project that allows you to open the website you are on into a little popup after pressing the icon!!”。

扩展截图

screenshot

下载Mini Browser Extension扩展crx文件

下载Mini Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Mini Browser Extension Mini Browser Extension
ID kpiamcgnkjgaindnjbceacpoepbfebok
官方URL https://chromewebstore.google.com/detail/mini-browser-extension/kpiamcgnkjgaindnjbceacpoepbfebok
简介 A little project that allows you to open the website you are on into a little popup after pressing the icon!!
文件大小 261 KB
安装次数 234
当前版本 1.0
更新时间 2023-05-20
上架时间 2023-05-20
开发者 OSM69420
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}