Google Cache Viewer
View google cached version of this website
什麼是Google Cache Viewer?
Google Cache Viewer是由centpage.com開發的Chrome擴展程式,該擴展的主要功能是“View google cached version of this website”。
擴展截圖
下載Google Cache Viewer擴展crx文件
下載Google Cache Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This chrome extension has just one job. It lets you view the google cached version of any website. Just click on the extension icon on any website and the cached version of the website from google opens up. Why would you want to use this ? 1. Bypass blocking of websites by your network provider and view the contents of the website easily with this tool. 2. If a site is down or too slow you can use this nifty tool to check the contents of the website easily. It's easy, simple and lightweight created with a few lines of code. Happy Browsing :-)
擴展基本資訊
名稱 | Google Cache Viewer |
ID | fgfklknfijhflahngajfoagmoilakebp |
官方網址 | https://chromewebstore.google.com/detail/google-cache-viewer/fgfklknfijhflahngajfoagmoilakebp |
簡介 | View google cached version of this website |
檔案大小 | 8.25 KB |
安裝次數 | 10,000 |
目前版本 | 1 |
更新時間 | 2020-03-11 |
上架時間 | 2020-03-10 |
評分 | 4.50/5 共 8 次評分 |
開發者 | centpage.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ritwick.com/#/tools |
隱私政策頁面URL | http://centpage.com/privacy-policy.php |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "View google cached version of this website" }, "name": "Google Cache Viewer", "description": "View google cached version of this website", "homepage_url": "https:\/\/ritwick.com\/#\/tools", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "1", "permissions": [ "activeTab" ], "manifest_version": 2 } |