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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)
이메일 [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"
}