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 là gì?

TweetPik - Perfect Twitter Screenshots là một tiện ích mở rộng Chrome được phát triển bởi https://tweetpik.com, và tính năng chính của nó là "TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TweetPik - Perfect Twitter Screenshots

Tải xuống các tệp mở rộng TweetPik - Perfect Twitter Screenshots dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TweetPik - Perfect Twitter Screenshots TweetPik - Perfect Twitter Screenshots
ID ffhabdnecmdlehnpnkdgcjkgohlhakjb
URL Chính Thức https://chromewebstore.google.com/detail/tweetpik-perfect-twitter/ffhabdnecmdlehnpnkdgcjkgohlhakjb
Mô tả TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…
Kích Thước Tệp 1.35 MB
Số Lần Cài Đặt 1,074
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-04-15
Ngày Phát Hành 2021-03-07
Đánh Giá 3.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://tweetpik.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tweetpik.com
URL Trang Trợ Giúp https://discord.gg/Mw3QS8BYkG
URL Trang Chính Sách Bảo Mật https://www.tweetpik.com/privacy.pdf
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}