Twitter Screenshots

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

Qu'est-ce que Twitter Screenshots ?

Twitter Screenshots est une extension Chrome développée par https://screenshot.guru, et sa fonction principale est "Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter Screenshots

Téléchargez les fichiers d'extension Twitter Screenshots au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitter Screenshots Twitter Screenshots
ID imfhndkgmnbnogfjcecdpopaooachgco
URL Officiel https://chromewebstore.google.com/detail/twitter-screenshots/imfhndkgmnbnogfjcecdpopaooachgco
Description Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website
Taille du Fichier 9.84 KB
Nombre d'Installations 10,321
Version Actuelle 6.0
Dernière Mise à Jour 2020-03-18
Date de Publication 2020-03-18
Évaluation 2.97/5 Total 30 Évaluations
Développeur https://screenshot.guru
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://screenshot.guru/
URL de la Page d'Aide https://www.labnol.org/internet/create-twitter-screenshots/13842/
URL de la Page de Politique de Confidentialité https://digitalinspiration.com/privacy
Langues Prises en Charge 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"
    }
}