Remember last read Tweet

This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position…

Что такое Remember last read Tweet?

Remember last read Tweet - это расширение Chrome, разработанное Trufa, и его основная функция - "This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position…".

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

screenshot
screenshot

Скачать файл CRX расширения Remember last read Tweet

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

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

                        This extension can remember the last Tweet you read if you mark it so.

You can then go back Twitter and return to that position and continue from where you left off.

It is FREE and very easy to use!                    

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

Название Remember last read Tweet Remember last read Tweet
ID fnfjecnchnojlpniikiibnglpbonimnb
Официальный URL https://chromewebstore.google.com/detail/remember-last-read-tweet/fnfjecnchnojlpniikiibnglpbonimnb
Описание This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position…
Размер файла 59.12 KB
Количество установок 58
Текущая Версия 0.4.1
Последнее Обновление 2013-02-11
Дата публикации 2013-02-11
Рейтинг 3.00/5 Всего 12 оценок
Разработчик Trufa
Тип оплаты free
Официальный сайт расширения https://github.com/trufa/Remember-Last-Read-Tweet
Поддерживаемые языки en,es
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "version": "0.4.1",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/down-arrow.png"
    ]
}