DM - Tab Revolver

DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice

DM - Tab Revolverคืออะไร?

DM - Tab Revolver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.designmantic.com และคุณลักษณะหลักของมันคือ "DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DM - Tab Revolver

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

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

                        DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice. It’s highly customizable features will cater to your personal needs, allowing you to rotate the selected tabs while pausing for the amount of seconds, or even minutes, giving it the feel of a slideshow or a presentation. 

Features:
 
- DesignMantic – Advance Tab Revolver allows you to add and remove URLs of your choice. You may also choose to add a website from the list of current open tabs.

- You can either setup a standard pause time for all the tabs, or assign varying pause time for each tab.

- DesignMantic – Advance Tab Revolver also allows you to auto-refresh tabs during the cycle if you choose to apply reload option.

- Only Active when Idle feature allows the slideshow to auto-pause tabs while you are active in your browser and the cycle will only resume once you are inactive again.

- You can also save the settings of your choice for future use.                    

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

ชื่อ DM - Tab Revolver DM - Tab Revolver
ID fpfccnfknmankeccdibflfjjpifpnfbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dm-tab-revolver/fpfccnfknmankeccdibflfjjpifpnfbe
คำอธิบาย DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice
ขนาดไฟล์ 311 KB
จำนวนการติดตั้ง 997
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-05-09
วันที่เผยแพร่ 2016-05-09
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.designmantic.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.designmantic.com/contact
URL หน้านโยบายความเป็นส่วนตัว http://www.designmantic.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DM - Tab Revolver",
    "short_name": "Tab Revolver by DesignMantic",
    "description": "DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice",
    "version": "1.1",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/code.js"
        ]
    },
    "options_page": "settings.html",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}