Recent Pages

Reads your history, and shows the pages you opened.

Что такое Recent Pages?

Recent Pages - это расширение Chrome, разработанное http://www.jmdclasses.com, и его основная функция - "Reads your history, and shows the pages you opened.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Recent Pages

Скачайте файлы расширений Recent Pages в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Recent Pages Recent Pages
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
}