ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
Wat is ReLoader?
ReLoader is een Chrome-extensie ontwikkeld door Alister Zhao, en de belangrijkste functie is "Easy reload the current tab without any cached data. Works with iFrame too.".
Download het CRX-bestand van de extensie ReLoader
Download 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
Easily reload the current tab content without any cache data. Works with iFrame too.
Basisinformatie over de Extensie
Naam | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
Officiële URL | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
Beschrijving | Easy reload the current tab without any cached data. Works with iFrame too. |
Bestandsgrootte | 8.67 KB |
Aantal Installaties | 50 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-01-09 |
Publicatiedatum | 2015-01-09 |
Ontwikkelaar | Alister Zhao |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReLoader", "version": "1.0", "author": "Alister Zhao", "description": "Easy reload the current tab without any cached data. Works with iFrame too.", "icons": { "128": "128.png" }, "permissions": [ "tabs", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "128.png", "default_title": "Reload Tab" }, "background": { "scripts": [ "background.js" ] } } |