Twitter Screenshots
Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website
Cos'è Twitter Screenshots?
Twitter Screenshots è un'estensione di Chrome sviluppata da https://screenshot.guru, e la sua funzione principale è "Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Screenshots
Scarica i file di estensione Twitter Screenshots in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Twitter Screenshots |
ID | imfhndkgmnbnogfjcecdpopaooachgco |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-screenshots/imfhndkgmnbnogfjcecdpopaooachgco |
Descrizione | Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website |
Dimensione del File | 9.84 KB |
Conteggio Installazioni | 10,321 |
Versione Corrente | 6.0 |
Ultimo Aggiornamento | 2020-03-18 |
Data di Pubblicazione | 2020-03-18 |
Valutazione | 2.97/5 Totale 30 Valutazioni |
Sviluppatore | https://screenshot.guru |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://screenshot.guru/ |
URL della Pagina di Aiuto | https://www.labnol.org/internet/create-twitter-screenshots/13842/ |
URL della Pagina della Politica sulla Privacy | https://digitalinspiration.com/privacy |
Lingue Supportate | 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" } } |