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

¿Qué es DM - Tab Revolver?

DM - Tab Revolver es una extensión de Chrome desarrollada por https://www.designmantic.com, y su función principal es "DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión DM - Tab Revolver

Descarga archivos de extensión DM - Tab Revolver en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre DM - Tab Revolver DM - Tab Revolver
ID fpfccnfknmankeccdibflfjjpifpnfbe
URL Oficial https://chromewebstore.google.com/detail/dm-tab-revolver/fpfccnfknmankeccdibflfjjpifpnfbe
Descripción DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice
Tamaño del Archivo 311 KB
Cantidad de Instalaciones 997
Versión Actual 1.1
Última Actualización 2016-05-09
Fecha de Publicación 2016-05-09
Calificación 3.00/5 Total de 3 Calificaciones
Desarrollador https://www.designmantic.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda http://www.designmantic.com/contact
URL de la Página de Política de Privacidad http://www.designmantic.com/privacy
Idiomas Soportados 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:\/\/*\/*"
    ]
}