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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TweetPik - Perfect Twitter Screenshots एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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 } ] } |