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 هو إضافة Chrome تم تطويرها بواسطة OSM69420، والميزة الرئيسية لها هي "A little project that allows you to open the website you are on into a little popup after pressing the icon!!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mini Browser Extension

قم بتنزيل ملفات الامتداد Mini Browser Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}