Full Width Twitter

Change twitter layout to full-width and bold in links

什么是Full Width Twitter?

Full Width Twitter是由https://www.twisted.cz开发的Chrome扩展程序,该扩展的主要功能是“Change twitter layout to full-width and bold in links”。

扩展截图

screenshot
screenshot
screenshot

下载Full Width Twitter扩展crx文件

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

扩展使用说明

                        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                    

扩展基本信息

名称 Full Width Twitter Full Width Twitter
ID lmocojeaajhekebcnifbejlggachgmim
官方URL https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim
简介 Change twitter layout to full-width and bold in links
文件大小 46.64 KB
安装次数 125
当前版本 0.5
更新时间 2013-06-24
上架时间 2013-06-24
评分 4.40/5 共10次评分
开发者 https://www.twisted.cz
付费类型 free
支持的语言 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"
            ]
        }
    ]
}