Read Tab Later

Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…

Что такое Read Tab Later?

Read Tab Later - это расширение Chrome, разработанное Ryan Hoffmann, и его основная функция - "Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…".

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

screenshot
screenshot

Скачать файл CRX расширения Read Tab Later

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

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

                        Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later.  

It does this by providing you with a button to simply pin the current tab you want to save for later to the New Tab page.  Upon opening up a new tab, you'll find screenshots of each of the pages you pinned for later and can click any of them to quickly navigate to that page.  If no pages have been pinned, a design related quote is presented instead.                    

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

Название Read Tab Later Read Tab Later
ID cmnjlnadoijdhgkcglfejbinjobgmbhn
Официальный URL https://chromewebstore.google.com/detail/read-tab-later/cmnjlnadoijdhgkcglfejbinjobgmbhn
Описание Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…
Размер файла 181 KB
Количество установок 281
Текущая Версия 1.0
Последнее Обновление 2015-02-10
Дата публикации 2015-02-09
Рейтинг 4.78/5 Всего 9 оценок
Разработчик Ryan Hoffmann
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Tab Later",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "pin.png",
        "default_title": "Pin to new tab page"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}