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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TweetPik - Perfect Twitter Screenshots 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
        }
    ]
}