TweetPik - Perfect Twitter Screenshots

TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…

Apa itu TweetPik - Perfect Twitter Screenshots?

TweetPik - Perfect Twitter Screenshots adalah ekstensi Chrome yang dikembangkan oleh https://tweetpik.com, dan fitur utamanya adalah "TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TweetPik - Perfect Twitter Screenshots

Unduh file ekstensi TweetPik - Perfect Twitter Screenshots dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TweetPik - Perfect Twitter Screenshots TweetPik - Perfect Twitter Screenshots
ID ffhabdnecmdlehnpnkdgcjkgohlhakjb
URL Resmi https://chromewebstore.google.com/detail/tweetpik-perfect-twitter/ffhabdnecmdlehnpnkdgcjkgohlhakjb
Deskripsi TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…
Ukuran File 1.35 MB
Jumlah Instalasi 1,074
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2023-04-15
Tanggal Publikasi 2021-03-07
Penilaian 3.50/5 Total 6 Penilaian
Pengembang https://tweetpik.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tweetpik.com
URL Halaman Bantuan https://discord.gg/Mw3QS8BYkG
URL Halaman Kebijakan Privasi https://www.tweetpik.com/privacy.pdf
Bahasa yang Didukung 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
        }
    ]
}