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…

Co je Remember last read Tweet?

Remember last read Tweet je rozšíření Chrome vyvinuté Trufa, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Remember last read Tweet

Stáhněte si soubory rozšíření Remember last read Tweet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Remember last read Tweet Remember last read Tweet
ID fnfjecnchnojlpniikiibnglpbonimnb
Oficiální URL https://chromewebstore.google.com/detail/remember-last-read-tweet/fnfjecnchnojlpniikiibnglpbonimnb
Popis 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…
Velikost souboru 59.12 KB
Počet instalací 58
Aktuální Verze 0.4.1
Poslední Aktualizace 2013-02-11
Datum Vydání 2013-02-11
Hodnocení 3.00/5 Celkem 12 Hodnocení
Vývojář Trufa
Typ Platby free
Webové stránky Rozšíření https://github.com/trufa/Remember-Last-Read-Tweet
Podporované Jazyky 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"
    ]
}