Twitter Screenshots

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

Co je Twitter Screenshots?

Twitter Screenshots je rozšíření Chrome vyvinuté https://screenshot.guru, a jeho hlavní funkcí je „Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter Screenshots

Stáhněte si soubory rozšíření Twitter Screenshots ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Twitter Screenshots Twitter Screenshots
ID imfhndkgmnbnogfjcecdpopaooachgco
Oficiální URL https://chromewebstore.google.com/detail/twitter-screenshots/imfhndkgmnbnogfjcecdpopaooachgco
Popis Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website
Velikost souboru 9.84 KB
Počet instalací 10,321
Aktuální Verze 6.0
Poslední Aktualizace 2020-03-18
Datum Vydání 2020-03-18
Hodnocení 2.97/5 Celkem 30 Hodnocení
Vývojář https://screenshot.guru
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://screenshot.guru/
URL Stránky Nápovědy https://www.labnol.org/internet/create-twitter-screenshots/13842/
URL Stránky Zásad Ochrany Soukromí https://digitalinspiration.com/privacy
Podporované Jazyky 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"
    }
}