StoryChief - Twitter Thread Designer
Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.
Hvad er StoryChief - Twitter Thread Designer?
StoryChief - Twitter Thread Designer er en Chrome-udvidelse udviklet af https://storychief.io, og dens hovedfunktion er "Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.".
Udvidelsesskærmbilleder
Download StoryChief - Twitter Thread Designer-udvidelses-CRX-fil
Download StoryChief - Twitter Thread Designer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 🎉
Grundlæggende oplysninger om udvidelsen
Navn | StoryChief - Twitter Thread Designer |
ID | ngndiifcikgmoddfknfcbpjbemffdpdo |
Officiel URL | https://chromewebstore.google.com/detail/storychief-twitter-thread/ngndiifcikgmoddfknfcbpjbemffdpdo |
Beskrivelse | Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts. |
Filstørrelse | 74.02 KB |
Antal Installationer | 387 |
Nuværende Version | 0.5 |
Senest Opdateret | 2022-12-18 |
Udgivelsesdato | 2022-03-25 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://storychief.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://storychief.io |
Hjælpeside-URL | https://help.storychief.io |
URL til Fortrolighedspolitik Side | https://storychief.io/privacy |
Understøttede Sprog | 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": [] } ] } |