Google Cache Search
Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.
Co je Google Cache Search?
Google Cache Search je rozšíření Chrome vyvinuté https://www.seoweather.com, a jeho hlavní funkcí je „Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Cache Search
Stáhněte si soubory rozšíření Google Cache Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
The Google Cache Search extension makes it quick and easy to view the cached page for any page your currently on. This is great for checking when a page was last indexed by Google, how page has changed since the last index, how Google is indexing your content and for viewing pages contents that might currently be producing a 404 error.
Základní Informace o Rozšíření
Název | Google Cache Search |
ID | ppdjcaigbogfcfmakohpecocdjfjdopk |
Oficiální URL | https://chromewebstore.google.com/detail/google-cache-search/ppdjcaigbogfcfmakohpecocdjfjdopk |
Popis | Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check. |
Velikost souboru | 18.34 KB |
Počet instalací | 994 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2018-03-27 |
Datum Vydání | 2018-03-27 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://www.seoweather.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.seoweather.com/google-cache-search/ |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Cache Search", "description": "Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.", "version": "1.0.0", "icons": { "16": "img\/googlecachesearchicon16.png", "48": "img\/googlecachesearchicon48.png", "128": "img\/googlecachesearchicon128.png" }, "browser_action": { "default_icon": "img\/googlecachesearchicon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "activeTab", "tabs" ] } |