View Cached Page
View the Google cached page for the URL you are viewing
什麼是View Cached Page?
View Cached Page是由pinibalilihamelech開發的Chrome擴展程式,該擴展的主要功能是“View the Google cached page for the URL you are viewing”。
擴展截圖
下載View Cached Page擴展crx文件
下載View Cached Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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".
擴展基本資訊
名稱 | |
ID | pgnjgiifjjoloadfedjhmjkfbpbjdpog |
官方網址 | https://chrome.google.com/webstore/detail/view-cached-page/pgnjgiifjjoloadfedjhmjkfbpbjdpog |
簡介 | View the Google cached page for the URL you are viewing |
檔案大小 | 27.03 KB |
安裝次數 | 954 |
目前版本 | 0.1 |
更新時間 | 2014-01-22 |
上架時間 | 2014-01-22 |
評分 | 2.10/5 共 21 次評分 |
開發者 | pinibalilihamelech |
付費類型 | free |
支援的語言 | 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 } |