Twitter Screenshots
Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website
Twitter Screenshots क्या है?
Twitter Screenshots https://screenshot.guru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Screenshots एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |