TweetPik - Perfect Twitter Screenshots
TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…
TweetPik - Perfect Twitter Screenshotsとは何ですか?
TweetPik - Perfect Twitter Screenshotsはhttps://tweetpik.comによって開発されたChromeの拡張機能で、その主な機能は「TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…」です。
拡張機能のスクリーンショット
TweetPik - Perfect Twitter Screenshots拡張機能のCRXファイルをダウンロード
TweetPik - Perfect Twitter Screenshots拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at once. Perfect to screenshot threads. - Download screenshots as PNG, JPG or PDF to post on LinkedIn as a carousel. - Customize the tweet to fit your brand.
拡張機能の基本情報
名前 | TweetPik - Perfect Twitter Screenshots |
ID | ffhabdnecmdlehnpnkdgcjkgohlhakjb |
公式URL | https://chromewebstore.google.com/detail/tweetpik-perfect-twitter/ffhabdnecmdlehnpnkdgcjkgohlhakjb |
説明 | TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at… |
ファイルサイズ | 1.35 MB |
インストール数 | 1,074 |
現在のバージョン | 2.0.0 |
最終更新日 | 2023-04-15 |
公開日 | 2021-03-07 |
評価 | 3.50/5 合計 6 レビュー |
開発者 | https://tweetpik.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://tweetpik.com |
ヘルプページのURL | https://discord.gg/Mw3QS8BYkG |
プライバシーポリシーページのURL | https://www.tweetpik.com/privacy.pdf |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TweetPik - Perfect Twitter Screenshots", "version": "2.0.0", "action": { "default_popup": "index.html" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.ts.cf01049f.f100c356.js" ], "matches": [ "*:\/\/twitter.com\/*" ], "all_frames": true } ], "permissions": [ "tabs", "storage" ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "web_accessible_resources": [ { "matches": [ "*:\/\/twitter.com\/*" ], "resources": [ "assets\/content.ts.cf01049f.js" ], "use_dynamic_url": true } ] } |