Twitter Expander

This is extension will save you a click by displaying full images on your timeline ;)

什麼是Twitter Expander?

Twitter Expander是由http://rafaramos.com開發的Chrome擴展程式,該擴展的主要功能是“This is extension will save you a click by displaying full images on your timeline ;)”。

下載Twitter Expander擴展crx文件

下載Twitter Expander擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Don't like Twitter's image preview? This extension will allow automatically expand the images on your timeline.                    

擴展基本資訊

名稱 Twitter Expander Twitter Expander
ID hnfgjkfjmabokfhlkifalplleeanacjp
官方網址 https://chrome.google.com/webstore/detail/twitter-expander/hnfgjkfjmabokfhlkifalplleeanacjp
簡介 This is extension will save you a click by displaying full images on your timeline ;)
檔案大小 26.18 KB
安裝次數 17
目前版本 1.0
更新時間 2014-06-25
上架時間 2014-06-25
評分 4.50/5 共 2 次評分
開發者 http://rafaramos.com
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Expander",
    "version": "1.0",
    "description": "This is extension will save you a click by displaying full images on your timeline ;)",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "twitter.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ]
}