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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में StoryChief - Twitter Thread Designer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
        }
    ]
}