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…

What is Remember last read Tweet?

Remember last read Tweet is a Chrome extension developed by Trufa, and its main feature is "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…".

Extension Screenshots

screenshot
screenshot

Download Remember last read Tweet Extension CRX File

Download Remember last read Tweet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Remember last read Tweet Remember last read Tweet
ID fnfjecnchnojlpniikiibnglpbonimnb
Official URL https://chromewebstore.google.com/detail/remember-last-read-tweet/fnfjecnchnojlpniikiibnglpbonimnb
Description 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…
File Size 59.12 KB
Installation Count 58
Current Version 0.4.1
Last Updated 2013-02-11
Publish Date 2013-02-11
Rating 3.00/5 Total 12 Ratings
Developer Trufa
Payment Type free
Extension Website https://github.com/trufa/Remember-Last-Read-Tweet
Supported Languages 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"
    ]
}