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
官方網址 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"
    }
}