Cache Checker
Lookup the current page in the cache.
Qu'est-ce que Cache Checker ?
Cache Checker est une extension Chrome développée par Neptune Media, et sa fonction principale est "Lookup the current page in the cache.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cache Checker
Téléchargez les fichiers d'extension Cache Checker 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
Display's a cached version of the current page.
Informations de Base sur l'Extension
Nom | Cache Checker |
ID | jfipdgenfgpoakdfnndhkgjnnopnlohn |
URL Officiel | https://chromewebstore.google.com/detail/cache-checker/jfipdgenfgpoakdfnndhkgjnnopnlohn |
Description | Lookup the current page in the cache. |
Taille du Fichier | 26.51 KB |
Nombre d'Installations | 3,218 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2014-03-31 |
Date de Publication | 2014-03-30 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Neptune Media |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cache Checker", "short_name": "Cache Checker", "version": "0.2", "description": "Lookup the current page in the cache.", "homepage_url": "http:\/\/www.cache.com", "background": { "persistent": false, "page": "background.html" }, "icons": { "16": "images\/icon.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/ssl.google-analytics.com\/*", "tabs" ], "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Cache Checker" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |