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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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