Twittext

A lightweight Google Chrome extension for Twitter

What is Twittext?

Twittext is a Chrome extension developed by sanya.gornostal, and its main feature is "A lightweight Google Chrome extension for Twitter".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Twittext Extension CRX File

Download Twittext 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

                        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                    

Extension Basic Information

Name Twittext Twittext
ID nhlgmmenohfeheknddaebljgbcgaamhe
Official URL https://chromewebstore.google.com/detail/twittext/nhlgmmenohfeheknddaebljgbcgaamhe
Description A lightweight Google Chrome extension for Twitter
File Size 151 KB
Installation Count 121
Current Version 1.6.3
Last Updated 2013-08-24
Publish Date 2013-08-24
Rating 3.86/5 Total 7 Ratings
Developer sanya.gornostal
Payment Type free
Extension Website https://github.com/gornostal/twittext
Supported Languages 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"
        ]
    }
}