Twitter image

Get the image on the twitter website with the original size.

什麼是Twitter image?

Twitter image是由Wondoo Kang (a.k.a. Azyu)開發的Chrome擴展程式,該擴展的主要功能是“Get the image on the twitter website with the original size.”。

擴展截圖

screenshot

下載Twitter image擴展crx文件

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

擴展使用說明

                        If you right-click against the mouse over the image on Twitter & TweetDeck of the web, it is possible to obtain an image of the original size of the image.

[ FAQ ]
Q: I want to change download folder location!
A: Sorry. Not allowed by Chrome Web Browser API.                    

擴展基本資訊

名稱 Twitter image Twitter image
ID fklblgnjblcekahbefdbnodkibknnadp
官方網址 https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp
簡介 Get the image on the twitter website with the original size.
檔案大小 16.85 KB
安裝次數 23,549
目前版本 0.33
更新時間 2019-07-20
上架時間 2019-07-20
評分 4.66/5 共 108 次評分
開發者 Wondoo Kang (a.k.a. Azyu)
電子郵箱 [email protected]
付費類型 free
擴展官網 https://twitter.com/_uyza_
支援的語言 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script\/eventListener.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage",
        "*:\/\/twitter.com\/*",
        "*:\/\/twimg.com\/*"
    ],
    "version": "0.33"
}