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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://storychief.io และคุณลักษณะหลักของมันคือ "Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StoryChief - Twitter Thread Designer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": []
        }
    ]
}