Twitter Screenshots

Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website

Twitter Screenshots란 무엇입니까?

Twitter Screenshots은(는) https://screenshot.guru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Capture high-resolution and beautiful screenshots of tweets with one click. Screenshots Guru adds a little camera icon to every tweet on the Twitter website for you to instantly screen capture the tweet and download as a retina PNG image.

Unlike most other screen capture tools, Screenshot Guru cleans the tweet of any distracting elements and what you get is a beautiful frame-worthy screenshot of the tweet.

Internally, it fetches the Tweet HTML using the oEmbed protocol, renders the tweet inside Headless Chrome, coverts the web page into a PNG Screenshot with Puppeteer running on the Google Cloud platform. Everything is automated and none of your data ever gets recorded or saved anywhere.

The APA Style recommends including the Tweet URL (or permalink) and only the date (and not the time) of the tweet in the citation.                    

확장 프로그램 기본 정보

이름 Twitter Screenshots Twitter Screenshots
ID imfhndkgmnbnogfjcecdpopaooachgco
공식 URL https://chromewebstore.google.com/detail/twitter-screenshots/imfhndkgmnbnogfjcecdpopaooachgco
설명 Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website
파일 크기 9.84 KB
설치 횟수 10,321
현재 버전 6.0
최근 업데이트 2020-03-18
출시 날짜 2020-03-18
평점 2.97/5 총 30 개의 평점
개발자 https://screenshot.guru
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://screenshot.guru/
도움말 페이지 URL https://www.labnol.org/internet/create-twitter-screenshots/13842/
개인정보 보호 정책 페이지 URL https://digitalinspiration.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Screenshots",
    "description": "Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website",
    "version": "6.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "twitter.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_popup": "screenshot.html"
    }
}