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
公式URL 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)
Eメール [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"
}