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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://www.labnol.org/internet/create-twitter-screenshots/13842/ |
عنوان صفحة سياسة الخصوصية | 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" } } |