Twittext

A lightweight Google Chrome extension for Twitter

什么是Twittext?

Twittext是由sanya.gornostal开发的Chrome扩展程序,该扩展的主要功能是“A lightweight Google Chrome extension for Twitter”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Twittext扩展crx文件

下载Twittext扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Twittext Twittext
ID nhlgmmenohfeheknddaebljgbcgaamhe
官方URL https://chromewebstore.google.com/detail/twittext/nhlgmmenohfeheknddaebljgbcgaamhe
简介 A lightweight Google Chrome extension for Twitter
文件大小 151 KB
安装次数 121
当前版本 1.6.3
更新时间 2013-08-24
上架时间 2013-08-24
评分 3.86/5 共7次评分
开发者 sanya.gornostal
付费类型 free
扩展官网 https://github.com/gornostal/twittext
支持的语言 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"
        ]
    }
}