RefreshMint
RefreshMint is an open source auto refresh extension for chrome
Co je RefreshMint?
RefreshMint je rozšíření Chrome vyvinuté shomaster, a jeho hlavní funkcí je „RefreshMint is an open source auto refresh extension for chrome“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření RefreshMint
Stáhněte si soubory rozšíření RefreshMint ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | keagimalhkfnoikiaegldkhnhgealick |
Oficiální URL | https://chrome.google.com/webstore/detail/refreshmint/keagimalhkfnoikiaegldkhnhgealick |
Popis | RefreshMint is an open source auto refresh extension for chrome |
Velikost souboru | 24.65 KB |
Počet instalací | 255 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-07-26 |
Datum Vydání | 2015-07-26 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | shomaster |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/shomaster/RefreshMint |
Podporované Jazyky | 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" ] } } |