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

Cos'è DM - Tab Revolver?

DM - Tab Revolver è un'estensione di Chrome sviluppata da https://www.designmantic.com, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DM - Tab Revolver

Scarica i file di estensione DM - Tab Revolver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DM - Tab Revolver DM - Tab Revolver
ID fpfccnfknmankeccdibflfjjpifpnfbe
URL Ufficiale https://chromewebstore.google.com/detail/dm-tab-revolver/fpfccnfknmankeccdibflfjjpifpnfbe
Descrizione DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice
Dimensione del File 311 KB
Conteggio Installazioni 997
Versione Corrente 1.1
Ultimo Aggiornamento 2016-05-09
Data di Pubblicazione 2016-05-09
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore https://www.designmantic.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://www.designmantic.com/contact
URL della Pagina della Politica sulla Privacy http://www.designmantic.com/privacy
Lingue Supportate 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:\/\/*\/*"
    ]
}