StoryChief - Twitter Thread Designer

Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.

StoryChief - Twitter Thread Designer là gì?

StoryChief - Twitter Thread Designer là một tiện ích mở rộng Chrome được phát triển bởi https://storychief.io, và tính năng chính của nó là "Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng StoryChief - Twitter Thread Designer

Tải xuống các tệp mở rộng StoryChief - Twitter Thread Designer 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

                        This extension adds a new button to Twitter threads. This button opens a thread slideshow designer where you can export to pdf and images.

How to get started:
1. Install this extension
2. Proceed to a Twitter thread
3. Click Thread designer
4. Start designing your slideshow 🎉                    

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

Tên StoryChief - Twitter Thread Designer StoryChief - Twitter Thread Designer
ID ngndiifcikgmoddfknfcbpjbemffdpdo
URL Chính Thức https://chromewebstore.google.com/detail/storychief-twitter-thread/ngndiifcikgmoddfknfcbpjbemffdpdo
Mô tả Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.
Kích Thước Tệp 74.02 KB
Số Lần Cài Đặt 387
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2022-12-18
Ngày Phát Hành 2022-03-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://storychief.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://storychief.io
URL Trang Trợ Giúp https://help.storychief.io
URL Trang Chính Sách Bảo Mật https://storychief.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.",
    "version": "0.5",
    "manifest_version": 3,
    "permissions": [],
    "name": "StoryChief - Twitter Thread Designer",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "visual.jpg"
            ],
            "matches": []
        }
    ]
}