View Cached Page
View the Google cached page for the URL you are viewing
Wat is View Cached Page?
View Cached Page is een Chrome-extensie ontwikkeld door pinibalilihamelech, en de belangrijkste functie is "View the Google cached page for the URL you are viewing".
Extensie Screenshots
Download het CRX-bestand van de extensie View Cached Page
Download View Cached Page-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
This extension enables you to quickly check the Google cached page for the URL you are viewing. Simply navigate to the URL you want to check and click "View Cached Page".
Basisinformatie over de Extensie
Naam | |
ID | pgnjgiifjjoloadfedjhmjkfbpbjdpog |
Officiële URL | https://chrome.google.com/webstore/detail/view-cached-page/pgnjgiifjjoloadfedjhmjkfbpbjdpog |
Beschrijving | View the Google cached page for the URL you are viewing |
Bestandsgrootte | 27.03 KB |
Aantal Installaties | 954 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-01-22 |
Publicatiedatum | 2014-01-22 |
Beoordeling | 2.10/5 Totaal 21 Beoordelingen |
Ontwikkelaar | pinibalilihamelech |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "View Cached Page", "description": "View the Google cached page for the URL you are viewing", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |