StoryChief - Twitter Thread Designer

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

StoryChief - Twitter Thread Designerとは何ですか?

StoryChief - Twitter Thread Designerはhttps://storychief.ioによって開発されたChromeの拡張機能で、その主な機能は「Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.」です。

拡張機能のスクリーンショット

screenshot
screenshot

StoryChief - Twitter Thread Designer拡張機能のCRXファイルをダウンロード

StoryChief - Twitter Thread Designer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 🎉                    

拡張機能の基本情報

名前 StoryChief - Twitter Thread Designer StoryChief - Twitter Thread Designer
ID ngndiifcikgmoddfknfcbpjbemffdpdo
公式URL https://chromewebstore.google.com/detail/storychief-twitter-thread/ngndiifcikgmoddfknfcbpjbemffdpdo
説明 Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.
ファイルサイズ 74.02 KB
インストール数 387
現在のバージョン 0.5
最終更新日 2022-12-18
公開日 2022-03-25
評価 5.00/5 合計 1 レビュー
開発者 https://storychief.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://storychief.io
ヘルプページのURL https://help.storychief.io
プライバシーポリシーページのURL https://storychief.io/privacy
対応言語 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": []
        }
    ]
}