StoryChief - Twitter Thread Designer
Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.
What is StoryChief - Twitter Thread Designer?
StoryChief - Twitter Thread Designer is a Chrome extension developed by https://storychief.io, and its main feature is "Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.".
Extension Screenshots
Download StoryChief - Twitter Thread Designer Extension CRX File
Download StoryChief - Twitter Thread Designer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 🎉
Extension Basic Information
Name | StoryChief - Twitter Thread Designer |
ID | ngndiifcikgmoddfknfcbpjbemffdpdo |
Official URL | https://chromewebstore.google.com/detail/storychief-twitter-thread/ngndiifcikgmoddfknfcbpjbemffdpdo |
Description | Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts. |
File Size | 74.02 KB |
Installation Count | 387 |
Current Version | 0.5 |
Last Updated | 2022-12-18 |
Publish Date | 2022-03-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://storychief.io |
[email protected] | |
Payment Type | free |
Extension Website | https://storychief.io |
Help Page URL | https://help.storychief.io |
Privacy Policy Page URL | https://storychief.io/privacy |
Supported Languages | 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": [] } ] } |