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 |
官方網址 | 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 } |