BroTab

Control your browser's tabs from command line

ما هو BroTab؟

BroTab هو إضافة Chrome تم تطويرها بواسطة brotab.extensiob، والميزة الرئيسية لها هي "Control your browser's tabs from command line".

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

screenshot

تحميل ملف CRX للإضافة BroTab

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

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

                        A supplement extension that helps you control your browser's tabs
Homepage: https://github.com/balta2ar/brotab

1.4.0 (2022-05-29)                                                                                              
                                                                                                                
* Added "bt navigate" and "bt update" commands                                                                  
                                                                                                                
* Fix "bt open" and "bt new": now they print tab IDs of the created tabs, one per line

1.3.0 (2020-06-02)

* Added "bt html" command #31, #34                    

معلومات أساسية عن التمديد

الاسم BroTab BroTab
ID mhpeahbikehnfkfnmopaigggliclhmnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc
الوصف Control your browser's tabs from command line
حجم الملف 14.66 KB
عدد التثبيتات 317
النسخة الحالية 1.4.0
آخر تحديث 2022-05-30
تاريخ النشر 2020-06-03
تقييم 4.00/5 مجموع تقييمات 4
المطور brotab.extensiob
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/balta2ar/brotab
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Control your browser's tabs from command line",
    "manifest_version": 2,
    "name": "BroTab",
    "version": "1.4.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "brotab-icon-128x128.png"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "activeTab",
        ""
    ],
    "short_name": "BroTab"
}