Twiview

Image viewer and gallery for Twitter

Twiview란 무엇입니까?

Twiview은(는) kaimisou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Image viewer and gallery for Twitter"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Twiview 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        To view larger image & video on Twitter easier and faster.
No more click to show larger image.

Save to your image gallery by only click like button (up to 450 images).
able to switch left/right side view.

-ツイッターの画像閲覧をもっと楽に、もっと素早くに
-いいねするだけでお好みの画像ギャラリーが作れる(上限450枚)

21/02/20 : 画像か動画だけ表示される機能追加 URLの後尾に ?img か ?vid を追加して作動
20/07/15 : 動画が適応されない不具合を修正                    

확장 프로그램 기본 정보

이름 Twiview Twiview
ID dnohnffckkiplemimmckecbdiodpmapo
공식 URL https://chromewebstore.google.com/detail/twiview/dnohnffckkiplemimmckecbdiodpmapo
설명 Image viewer and gallery for Twitter
파일 크기 12.57 MB
설치 횟수 58
현재 버전 1.3.3
최근 업데이트 2021-03-04
출시 날짜 2020-05-22
개발자 kaimisou
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twiview",
    "description": "Image viewer and gallery for Twitter",
    "version": "1.3.3",
    "permissions": [
        "storage",
        "https:\/\/twitter.com\/*",
        "https:\/\/mobile.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "script.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "script\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/63x63.png",
        "63": "images\/63x63.png",
        "128": "images\/128x128.png"
    },
    "browser_action": {
        "default_title": "Twiview - press to options."
    },
    "manifest_version": 2
}