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 |
公式URL | 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 } |