Twitter Screenshots
Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website
Twitter Screenshotsとは何ですか?
Twitter Screenshotsはhttps://screenshot.guruによって開発されたChromeの拡張機能で、その主な機能は「Easily capture beautiful, high-resolution screenshot images of Tweets right inside the Twitter website」です。
拡張機能のスクリーンショット
Twitter Screenshots拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |