ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
Was ist ReLoader?
ReLoader ist eine Chrome-Erweiterung, die von Alister Zhao entwickelt wurde, und ihr Hauptmerkmal ist "Easy reload the current tab without any cached data. Works with iFrame too.".
ReLoader-Erweiterungs-CRX-Datei herunterladen
Laden Sie ReLoader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Easily reload the current tab content without any cache data. Works with iFrame too.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
Offizielle URL | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
Beschreibung | Easy reload the current tab without any cached data. Works with iFrame too. |
Dateigröße | 8.67 KB |
Installationsanzahl | 50 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-01-09 |
Veröffentlichungsdatum | 2015-01-09 |
Entwickler | Alister Zhao |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |