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