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
官方網址 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"
            ]
        }
    ]
}