GCache Browser
Easily Browse Google cached webpages
Apa itu GCache Browser?
GCache Browser adalah ekstensi Chrome yang dikembangkan oleh https://gokam.co.uk, dan fitur utamanya adalah "Easily Browse Google cached webpages".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GCache Browser
Unduh file ekstensi GCache Browser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
One click and switch to Google cached webpages browsing. If your favorite website is temporarily offline, you can browse it as if nothing happened. This extension is very handy for SEO professionals too, as you can see what was a website state last time Googlebot checked. Why it's cool: It is possible to switch from one cache page to another by using the page links. demo : https://recordit.co/1iUdG8GX4d doesn't work on websites with 'nocache' meta data, single app and websites that check their hostname in JS
Informasi Dasar Ekstensi
Nama | GCache Browser |
ID | bdeeanokiffadihdmojahobnnenikmbn |
URL Resmi | https://chromewebstore.google.com/detail/gcache-browser/bdeeanokiffadihdmojahobnnenikmbn |
Deskripsi | Easily Browse Google cached webpages |
Ukuran File | 9.77 KB |
Jumlah Instalasi | 324 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2019-09-30 |
Tanggal Publikasi | 2019-09-30 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://gokam.co.uk |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GCache Browser", "description": "Easily Browse Google cached webpages", "version": "0.4", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/webcache.googleusercontent.com\/*" ], "js": [ "cache.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs" ] } |