TweetPik - Perfect Twitter Screenshots
TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…
Co je TweetPik - Perfect Twitter Screenshots?
TweetPik - Perfect Twitter Screenshots je rozšíření Chrome vyvinuté https://tweetpik.com, a jeho hlavní funkcí je „TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TweetPik - Perfect Twitter Screenshots
Stáhněte si soubory rozšíření TweetPik - Perfect Twitter Screenshots ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | TweetPik - Perfect Twitter Screenshots |
ID | ffhabdnecmdlehnpnkdgcjkgohlhakjb |
Oficiální URL | https://chromewebstore.google.com/detail/tweetpik-perfect-twitter/ffhabdnecmdlehnpnkdgcjkgohlhakjb |
Popis | TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at… |
Velikost souboru | 1.35 MB |
Počet instalací | 1,074 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2023-04-15 |
Datum Vydání | 2021-03-07 |
Hodnocení | 3.50/5 Celkem 6 Hodnocení |
Vývojář | https://tweetpik.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://tweetpik.com |
URL Stránky Nápovědy | https://discord.gg/Mw3QS8BYkG |
URL Stránky Zásad Ochrany Soukromí | https://www.tweetpik.com/privacy.pdf |
Podporované Jazyky | 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 } ] } |