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…

Cos'è Remember last read Tweet?

Remember last read Tweet è un'estensione di Chrome sviluppata da Trufa, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Remember last read Tweet

Scarica i file di estensione Remember last read Tweet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Remember last read Tweet Remember last read Tweet
ID fnfjecnchnojlpniikiibnglpbonimnb
URL Ufficiale https://chromewebstore.google.com/detail/remember-last-read-tweet/fnfjecnchnojlpniikiibnglpbonimnb
Descrizione 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…
Dimensione del File 59.12 KB
Conteggio Installazioni 58
Versione Corrente 0.4.1
Ultimo Aggiornamento 2013-02-11
Data di Pubblicazione 2013-02-11
Valutazione 3.00/5 Totale 12 Valutazioni
Sviluppatore Trufa
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/trufa/Remember-Last-Read-Tweet
Lingue Supportate 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"
    ]
}