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是由https://www.designmantic.com開發的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”。

擴展截圖

screenshot
screenshot

下載DM - Tab Revolver擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}