Twittext

A lightweight Google Chrome extension for Twitter

Cos'è Twittext?

Twittext è un'estensione di Chrome sviluppata da sanya.gornostal, e la sua funzione principale è "A lightweight Google Chrome extension for Twitter".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Twittext

Scarica i file di estensione Twittext 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

                        Twittext — is a lightweight Google Chrome extension for Twitter.

Features:
✔ View home timeline
✔ Real time timeline updates
✔ Retweet, Favorite, Remove
✔ Update status
✔ Unread tweets counter
✔ Image previews

You can contribute to this project. All sources available on github https://github.com/gornostal/twittext                    

Informazioni di Base sull'Estensione

Nome Twittext Twittext
ID nhlgmmenohfeheknddaebljgbcgaamhe
URL Ufficiale https://chromewebstore.google.com/detail/twittext/nhlgmmenohfeheknddaebljgbcgaamhe
Descrizione A lightweight Google Chrome extension for Twitter
Dimensione del File 151 KB
Conteggio Installazioni 121
Versione Corrente 1.6.3
Ultimo Aggiornamento 2013-08-24
Data di Pubblicazione 2013-08-24
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore sanya.gornostal
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gornostal/twittext
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twittext",
    "description": "A lightweight Google Chrome extension for Twitter",
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "Twittext",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon_128.png",
        "19": "img\/icon_19.png",
        "48": "img\/icon_48.png"
    },
    "options_page": "options.html",
    "version": "1.6.3",
    "permissions": [
        "tabs",
        "background",
        "https:\/\/api.twitter.com\/",
        "https:\/\/userstream.twitter.com\/"
    ],
    "sandbox": {
        "pages": [
            "sandboxed\/template-renderer.html"
        ]
    }
}