Random Tab

Opens a random tab when the icon is pressed and displays a tab counter.

ما هو Random Tab؟

Random Tab هو إضافة Chrome تم تطويرها بواسطة Aleksander Czarnowski، والميزة الرئيسية لها هي "Opens a random tab when the icon is pressed and displays a tab counter.".

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

screenshot

تحميل ملف CRX للإضافة Random Tab

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

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

                        Now with the added option to chose between opening a random tab from all windows or just the current window.                    

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

الاسم Random Tab Random Tab
ID pamgfjoljjpmdgjfdcohdffplcmngjgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/random-tab/pamgfjoljjpmdgjfdcohdffplcmngjgi
الوصف Opens a random tab when the icon is pressed and displays a tab counter.
حجم الملف 9.35 KB
عدد التثبيتات 935
النسخة الحالية 1.1
آخر تحديث 2023-10-16
تاريخ النشر 2019-08-24
تقييم 4.38/5 مجموع تقييمات 8
المطور Aleksander Czarnowski
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Random Tab",
    "description": "Opens a random tab when the icon is pressed and displays a tab counter.",
    "version": "1.1",
    "homepage_url": "https:\/\/aleksander.me\/",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "event.js",
        "type": "module"
    },
    "options_ui": {
        "page": "Options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Random Tab"
    }
}