Twittext

A lightweight Google Chrome extension for Twitter

Twittext là gì?

Twittext là một tiện ích mở rộng Chrome được phát triển bởi sanya.gornostal, và tính năng chính của nó là "A lightweight Google Chrome extension for Twitter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twittext

Tải xuống các tệp mở rộng Twittext dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twittext Twittext
ID nhlgmmenohfeheknddaebljgbcgaamhe
URL Chính Thức https://chromewebstore.google.com/detail/twittext/nhlgmmenohfeheknddaebljgbcgaamhe
Mô tả A lightweight Google Chrome extension for Twitter
Kích Thước Tệp 151 KB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 1.6.3
Cập Nhật Lần Cuối 2013-08-24
Ngày Phát Hành 2013-08-24
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển sanya.gornostal
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gornostal/twittext
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}