Revolve & Reload

Revolve open tabs in chrome at given interval and refresh or Reload tabs based on the user request.

Cos'è Revolve & Reload?

Revolve & Reload è un'estensione di Chrome sviluppata da Bharath Chekuri, e la sua funzione principale è "Revolve open tabs in chrome at given interval and refresh or Reload tabs based on the user request.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Revolve & Reload

Scarica i file di estensione Revolve & Reload 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

                        Revolve open tabs in chrome at given interval and refresh or Reload tabs based on the user request.                    

Informazioni di Base sull'Estensione

Nome Revolve & Reload Revolve & Reload
ID ejibefpfmmleapbaeikhckhlnlhmdfji
URL Ufficiale https://chrome.google.com/webstore/detail/revolve-reload/ejibefpfmmleapbaeikhckhlnlhmdfji
Descrizione Revolve open tabs in chrome at given interval and refresh or Reload tabs based on the user request.
Dimensione del File 845 KB
Conteggio Installazioni 437
Versione Corrente 1.3
Ultimo Aggiornamento 2018-05-28
Data di Pubblicazione 2018-05-28
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Bharath Chekuri
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bchekuri/revolve-reload
URL della Pagina di Aiuto https://github.com/bchekuri/revolve-reload/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Revolve & Reload",
    "description": "Revolve open tabs in chrome at given interval and refresh or Reload tabs based on the user request.",
    "version": "1.3",
    "background": {
        "scripts": [
            ".\/src\/common\/js\/optionsConstants.js",
            ".\/src\/backgroud\/js\/background.js"
        ]
    },
    "icons": {
        "20": ".\/assets\/img\/logo_20.png",
        "24": ".\/assets\/img\/logo_24.png",
        "32": ".\/assets\/img\/logo_32.png",
        "48": ".\/assets\/img\/logo_48.png",
        "64": ".\/assets\/img\/logo_64.png",
        "128": ".\/assets\/img\/logo_128.png"
    },
    "browser_action": {
        "default_icon": {
            "20": ".\/assets\/img\/logo_20.png",
            "24": ".\/assets\/img\/logo_24.png",
            "32": ".\/assets\/img\/logo_32.png",
            "48": ".\/assets\/img\/logo_48.png",
            "64": ".\/assets\/img\/logo_64.png",
            "128": ".\/assets\/img\/logo_128.png"
        },
        "default_title": "Revolve & Reload"
    },
    "author": "bchekuri",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "options_page": ".\/src\/client\/views\/index.html",
    "options_ui": {
        "page": ".\/src\/client\/views\/index.html",
        "chrome_style": false,
        "open_in_tab": true
    }
}