Twitter Screenshots

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

¿Qué es Twitter Screenshots?

Twitter Screenshots es una extensión de Chrome desarrollada por https://screenshot.guru, y su función principal es "Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Twitter Screenshots

Descarga archivos de extensión Twitter Screenshots en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Twitter Screenshots Twitter Screenshots
ID imfhndkgmnbnogfjcecdpopaooachgco
URL Oficial https://chromewebstore.google.com/detail/twitter-screenshots/imfhndkgmnbnogfjcecdpopaooachgco
Descripción Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website
Tamaño del Archivo 9.84 KB
Cantidad de Instalaciones 10,321
Versión Actual 6.0
Última Actualización 2020-03-18
Fecha de Publicación 2020-03-18
Calificación 2.97/5 Total de 30 Calificaciones
Desarrollador https://screenshot.guru
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://screenshot.guru/
URL de la Página de Ayuda https://www.labnol.org/internet/create-twitter-screenshots/13842/
URL de la Página de Política de Privacidad https://digitalinspiration.com/privacy
Idiomas Soportados 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"
    }
}