Open tabs in order

This is an extension that updates tabs in order when multiple tabs are opened.

Open tabs in orderคืออะไร?

Open tabs in order เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer.waieight. และคุณลักษณะหลักของมันคือ "This is an extension that updates tabs in order when multiple tabs are opened."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open tabs in order

ดาวน์โหลดไฟล์ส่วนขยาย Open tabs in order ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        When multiple tabs are opened. The update completion time is slowed down.
This extension lightens the load by pausing tabs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open tabs in order Open tabs in order
ID eapedfijdadehfmghgfdnanjlpfpognl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-tabs-in-order/eapedfijdadehfmghgfdnanjlpfpognl
คำอธิบาย This is an extension that updates tabs in order when multiple tabs are opened.
ขนาดไฟล์ 8.01 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 0.0.5.18
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2020-02-22
ผู้พัฒนา developer.waieight.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://waieight.hatenablog.jp/
URL หน้านโยบายความเป็นส่วนตัว https://waieight.hatenablog.jp/entry/2021/03/23/180238
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Open tabs in order",
    "version": "1.0.5.18",
    "version_name": "0.0.5.18",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/stop.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}