ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
Qu'est-ce que ReLoader ?
ReLoader est une extension Chrome développée par Alister Zhao, et sa fonction principale est "Easy reload the current tab without any cached data. Works with iFrame too.".
Télécharger le fichier CRX de l'extension ReLoader
Téléchargez les fichiers d'extension ReLoader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Easily reload the current tab content without any cache data. Works with iFrame too.
Informations de Base sur l'Extension
Nom | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
URL Officiel | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
Description | Easy reload the current tab without any cached data. Works with iFrame too. |
Taille du Fichier | 8.67 KB |
Nombre d'Installations | 50 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-01-09 |
Date de Publication | 2015-01-09 |
Développeur | Alister Zhao |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |