Recent Pages
Reads your history, and shows the pages you opened.
Recent Pagesとは何ですか?
Recent Pagesはhttp://www.jmdclasses.comによって開発されたChromeの拡張機能で、その主な機能は「Reads your history, and shows the pages you opened.」です。
拡張機能のスクリーンショット
Recent Pages拡張機能のCRXファイルをダウンロード
Recent Pages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It will provide you a facility to automatically store your history about the page you opened.
拡張機能の基本情報
名前 | |
ID | cdmjgmpiajkgbilbbmjlkijmeeodngmh |
公式URL | https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh |
説明 | Reads your history, and shows the pages you opened. |
ファイルサイズ | 13.97 KB |
インストール数 | 56 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2014-10-06 |
公開日 | 2014-10-06 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | http://www.jmdclasses.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recent Pages", "version": "0.0.0.1", "description": "Reads your history, and shows the pages you opened.", "permissions": [ "history", "tabs" ], "browser_action": { "default_popup": "index.html", "default_icon": "history.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |