Simple Tab Slideshow

A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable.

Simple Tab Slideshowคืออะไร?

Simple Tab Slideshow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexandre Brault และคุณลักษณะหลักของมันคือ "A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Tab Slideshow

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

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

                        A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable.                    

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

ชื่อ Simple Tab Slideshow Simple Tab Slideshow
ID phcfegbcdbhkdhcpjoafmdagbolebdei
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/simple-tab-slideshow/phcfegbcdbhkdhcpjoafmdagbolebdei
คำอธิบาย A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable.
ขนาดไฟล์ 13.86 KB
จำนวนการติดตั้ง 304
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-06-17
วันที่เผยแพร่ 2014-06-17
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Alexandre Brault
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "script.js"
        ]
    },
    "icons": {
        "128": "icon.png",
        "48": "icon-48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-play-19.png",
            "38": "icon-play-38.png"
        },
        "default_title": "Rotate tabs"
    },
    "manifest_version": 2,
    "name": "Simple Tab Slideshow",
    "permissions": [],
    "version": "0.1"
}