Simple Reloader
Automatically reloads the current tab as needed.
Wat is Simple Reloader?
Simple Reloader is een Chrome-extensie ontwikkeld door Drew Cossey, en de belangrijkste functie is "Automatically reloads the current tab as needed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Reloader
Download Simple Reloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A quick and simple automatic page reloader. Reloading the page manually, or navigating to another page in the same tab will reset the countdown. Can optionally tell the browser to ignore the browser cache for the reloads.
Basisinformatie over de Extensie
Naam | |
ID | jdcjnkmfkfnidklnngnbecledmanndnm |
Officiële URL | https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm |
Beschrijving | Automatically reloads the current tab as needed. |
Bestandsgrootte | 53.26 KB |
Aantal Installaties | 481 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2015-04-29 |
Publicatiedatum | 2015-04-29 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Drew Cossey |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Reloader", "version": "1.0.1", "description": "Automatically reloads the current tab as needed.", "permissions": [ "tabs" ], "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "Reloadit", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ], "persistent": true } } |