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开发的Chrome扩展程序,该扩展的主要功能是“Convert Twitter Threads into beautiful slideshows. A new way to feed your Instagram and Linkedin accounts.”。
扩展截图
下载StoryChief - Twitter Thread Designer扩展crx文件
下载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 |
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": [] } ] } |