TwitterImageDownloader

Help you to download images from twitter timeline

TwitterImageDownloader란 무엇입니까?

TwitterImageDownloader은(는) https://eivy.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help you to download images from twitter timeline"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Show images with grid style from twitter timeline
Download selected images at once                    

확장 프로그램 기본 정보

이름 TwitterImageDownloader TwitterImageDownloader
ID dnhmnoiaabdhoelhlalgcfpolakhaemp
공식 URL https://chromewebstore.google.com/detail/twitterimagedownloader/dnhmnoiaabdhoelhlalgcfpolakhaemp
설명 Help you to download images from twitter timeline
파일 크기 47.87 KB
설치 횟수 1,365
현재 버전 2.1.0
최근 업데이트 2020-01-28
출시 날짜 2020-01-28
평점 4.23/5 총 13 개의 평점
개발자 https://eivy.github.io
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Help you to download images from twitter timeline",
    "manifest_version": 2,
    "name": "TwitterImageDownloader",
    "version": "2.1.0",
    "homepage_url": "https:\/\/github.com\/Eivy\/TwitterImageDownloader",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TwitterImageDownloader",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "*:\/\/*.twitter.com\/*"
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png"
    }
}