過去ページチェッカー
現在のページの過去を見ることができる拡張機能です。
What is 過去ページチェッカー?
過去ページチェッカー is a Chrome extension developed by flowers, and its main feature is "現在のページの過去を見ることができる拡張機能です。".
Extension Screenshots
Download 過去ページチェッカー Extension CRX File
Download 過去ページチェッカー extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
表示しているページの過去の更新履歴を見ることが出来ます。 ウェブサイトをタイムマシンを使っているようにサイトを時系列に横断できます。 閉鎖されたサイトを閲覧したり、過去に配布されていたものを入手できるかもしれません。 この拡張機能は過去ページの履歴を取っているWebArchive様の支援ツールです。 WebArchive様は過去のページやファイルを保存している場合がありますので 現在公開されていない情報やデータを取得できるかもしれません。 使用法 1. 過去を見たいページを開く 2. 右クリックして過去ページチェックをクリック 3. WebArchive様の画面が開くので、色がついた日付をクリック
Extension Basic Information
Name | 過去ページチェッカー |
ID | bcaffafhaggoecheiojienglkhonafcd |
Official URL | https://chromewebstore.google.com/detail/%E9%81%8E%E5%8E%BB%E3%83%9A%E3%83%BC%E3%82%B8%E3%83%81%E3%82%A7%E3%83%83%E3%82%AB%E3%83%BC/bcaffafhaggoecheiojienglkhonafcd |
Description | 現在のページの過去を見ることができる拡張機能です。 |
File Size | 25.68 KB |
Installation Count | 15,142 |
Current Version | 1.0.0 |
Last Updated | 2016-05-11 |
Publish Date | 2016-05-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | flowers |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://ameblo.jp/flowerssan/entry-12159034152.html |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u904e\u53bb\u30da\u30fc\u30b8\u30c1\u30a7\u30c3\u30ab\u30fc", "version": "1.0.0", "description": "\u73fe\u5728\u306e\u30da\u30fc\u30b8\u306e\u904e\u53bb\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "permissions": [ "contextMenus" ], "default_locale": "ja" } |