Revolve & Reload

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

What is Revolve & Reload?

Revolve & Reload is a Chrome extension developed by Bharath Chekuri, and its main feature is "Revolve open tabs in chrome at given interval and refresh or Reload tabs based on the user request.".

Extension Screenshots

screenshot
screenshot

Download Revolve & Reload Extension CRX File

Download Revolve & Reload extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Revolve & Reload Revolve & Reload
ID ejibefpfmmleapbaeikhckhlnlhmdfji
Official URL https://chrome.google.com/webstore/detail/revolve-reload/ejibefpfmmleapbaeikhckhlnlhmdfji
Description Revolve open tabs in chrome at given interval and refresh or Reload tabs based on the user request.
File Size 845 KB
Installation Count 437
Current Version 1.3
Last Updated 2018-05-28
Publish Date 2018-05-28
Rating 5.00/5 Total 3 Ratings
Developer Bharath Chekuri
Email [email protected]
Payment Type free
Extension Website https://github.com/bchekuri/revolve-reload
Help Page URL https://github.com/bchekuri/revolve-reload/issues
Supported Languages 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
    }
}