StoryChief - Twitter Thread Designer
Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.
Co je StoryChief - Twitter Thread Designer?
StoryChief - Twitter Thread Designer je rozšíření Chrome vyvinuté https://storychief.io, a jeho hlavní funkcí je „Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření StoryChief - Twitter Thread Designer
Stáhněte si soubory rozšíření StoryChief - Twitter Thread Designer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 🎉
Základní Informace o Rozšíření
Název | StoryChief - Twitter Thread Designer |
ID | ngndiifcikgmoddfknfcbpjbemffdpdo |
Oficiální URL | https://chromewebstore.google.com/detail/storychief-twitter-thread/ngndiifcikgmoddfknfcbpjbemffdpdo |
Popis | Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts. |
Velikost souboru | 74.02 KB |
Počet instalací | 387 |
Aktuální Verze | 0.5 |
Poslední Aktualizace | 2022-12-18 |
Datum Vydání | 2022-03-25 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://storychief.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://storychief.io |
URL Stránky Nápovědy | https://help.storychief.io |
URL Stránky Zásad Ochrany Soukromí | https://storychief.io/privacy |
Podporované Jazyky | 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": [] } ] } |