Twitter Screenshots
Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website
Τι είναι το Twitter Screenshots;
Το Twitter Screenshots είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://screenshot.guru, και η κύρια λειτουργία του είναι "Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitter Screenshots
Λήψη αρχείων επέκτασης 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 |
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" } } |