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
Eメール [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"
    }
}