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文件

下載Twitter Screenshots擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}