RefreshMint

RefreshMint is an open source auto refresh extension for chrome

What is RefreshMint?

RefreshMint is a Chrome extension developed by shomaster, and its main feature is "RefreshMint is an open source auto refresh extension for chrome".

Extension Screenshots

screenshot
screenshot

Download RefreshMint Extension CRX File

Download RefreshMint 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

                        RefreshMint allows you to easily setup Auto Refresh on a per tab interval basis.

Features:
- Setup auto refresh intervals on a Per Tab basis.
- Extension icon text shows time remaining before refresh on a per tab basis.

Don't forget to checkout and contribute to this extension on GitHub.                    

Extension Basic Information

Name RefreshMint RefreshMint
ID keagimalhkfnoikiaegldkhnhgealick
Official URL https://chrome.google.com/webstore/detail/refreshmint/keagimalhkfnoikiaegldkhnhgealick
Description RefreshMint is an open source auto refresh extension for chrome
File Size 24.65 KB
Installation Count 255
Current Version 1.0
Last Updated 2015-07-26
Publish Date 2015-07-26
Rating 5.00/5 Total 2 Ratings
Developer shomaster
Payment Type free
Extension Website https://github.com/shomaster/RefreshMint
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RefreshMint",
    "description": "RefreshMint is an open source auto refresh extension for chrome",
    "version": "1.0",
    "icons": {
        "16": "refreshmint_16.png",
        "32": "refreshmint_32.png",
        "48": "refreshmint_48.png",
        "128": "refreshmint_128.png"
    },
    "browser_action": {
        "default_icon": [],
        "default_title": "RefreshMint",
        "default_popup": "RefreshMint_popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "background"
    ],
    "background": {
        "scripts": [
            "RefreshMint_state.js"
        ]
    }
}