Full Width Twitter

Change twitter layout to full-width and bold in links

Full Width Twitter là gì?

Full Width Twitter là một tiện ích mở rộng Chrome được phát triển bởi https://www.twisted.cz, và tính năng chính của nó là "Change twitter layout to full-width and bold in links".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Full Width Twitter 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

                        Change twitter layout to full-width and bold in links
===
no ads, no logins, just profit :)



CHANGELOG
==========
0.5 - twitter changes
0-4 - afect just home screen
0.3 - change styles on other screens
0.2 - bold-in links
0.1 - first prototype                    

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

Tên Full Width Twitter Full Width Twitter
ID lmocojeaajhekebcnifbejlggachgmim
URL Chính Thức https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim
Mô tả Change twitter layout to full-width and bold in links
Kích Thước Tệp 46.64 KB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2013-06-24
Ngày Phát Hành 2013-06-24
Đánh Giá 4.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://www.twisted.cz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Width Twitter",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Change twitter layout to full-width and bold in links",
    "background": {
        "scripts": [
            "myjs.js"
        ]
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Full width Twitter"
    },
    "offline_enabled": true,
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyle.css"
            ]
        }
    ]
}