Recent Pages

Reads your history, and shows the pages you opened.

Recent Pages là gì?

Recent Pages là một tiện ích mở rộng Chrome được phát triển bởi http://www.jmdclasses.com, và tính năng chính của nó là "Reads your history, and shows the pages you opened.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Recent Pages

Tải xuống các tệp mở rộng Recent Pages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        It will provide you a facility to automatically store your history about the page you opened.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Recent Pages Recent Pages
ID cdmjgmpiajkgbilbbmjlkijmeeodngmh
URL Chính Thức https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh
Mô tả Reads your history, and shows the pages you opened.
Kích Thước Tệp 13.97 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2014-10-06
Ngày Phát Hành 2014-10-06
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.jmdclasses.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}