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 to jest TweetPik - Perfect Twitter Screenshots?

TweetPik - Perfect Twitter Screenshots to rozszerzenie Chrome opracowane przez https://tweetpik.com, a jego główną funkcją jest „TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TweetPik - Perfect Twitter Screenshots

Pobierz pliki rozszerzeń TweetPik - Perfect Twitter Screenshots w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TweetPik - Perfect Twitter Screenshots TweetPik - Perfect Twitter Screenshots
ID ffhabdnecmdlehnpnkdgcjkgohlhakjb
Oficjalny URL https://chromewebstore.google.com/detail/tweetpik-perfect-twitter/ffhabdnecmdlehnpnkdgcjkgohlhakjb
Opis TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…
Rozmiar pliku 1.35 MB
Liczba instalacji 1,074
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2023-04-15
Data Publikacji 2021-03-07
Ocena 3.50/5 Łącznie 6 Oceny
Deweloper https://tweetpik.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tweetpik.com
Adres URL Strony Pomocy https://discord.gg/Mw3QS8BYkG
Adres URL Strony Polityki Prywatności https://www.tweetpik.com/privacy.pdf
Obsługiwane Języki 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
        }
    ]
}