TweetMode for Twitter / X
A distraction free way to think about content ideas away from the main Twitter / X timeline.
什么是TweetMode for Twitter / X?
TweetMode for Twitter / X是由Rusty-Extensions开发的Chrome扩展程序,该扩展的主要功能是“A distraction free way to think about content ideas away from the main Twitter / X timeline.”。
扩展截图
下载TweetMode for Twitter / X扩展crx文件
下载TweetMode for Twitter / X扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
At least a couple of times a day, I open Twitter with an idea in mind for a tweet, but get distracted reading other tweets before I post 🤦🏻♂️. Thats why I created this simple Chrome Extension, to remove any distraction from the timeline or trending sidebar when first opening Twitter. There is instead a simple overlay (which can be minimised or closed) with an autosaving text box for you to note down ideas for tweets. To make things easier there is a character count tool that can be opened to check the length of a tweet before attempting to post. Out of ideas of what to Tweet? There a couple of handy links at the top of the overlay with guides and suggestions on how and what to tweet, i'll be adding a selection of random but "valuable" tweet prompts in future updates to the extension. Finally there is a quick link to view your lists and when viewing someones profile a search box has been added to the right sidebar to search their tweets. Any suggestions? Find me on twitter @russellbarnard
扩展基本信息
名称 | |
ID | gpnpjphmnjpghbpgfbichkhjjdocblle |
官方URL | https://chromewebstore.google.com/detail/tweetmode-for-twitter-x/gpnpjphmnjpghbpgfbichkhjjdocblle |
简介 | A distraction free way to think about content ideas away from the main Twitter / X timeline. |
文件大小 | 18.67 KB |
安装次数 | 16 |
当前版本 | 0.0.7 |
更新时间 | 2024-01-03 |
上架时间 | 2020-11-22 |
评分 | 5.00/5 共1次评分 |
开发者 | Rusty-Extensions |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TweetMode for Twitter \/ X", "description": "A distraction free way to think about content ideas away from the main Twitter \/ X timeline.", "version": "0.0.7", "icons": { "16": "ext-logo.png", "48": "ext-logo.png", "128": "ext-logo.png" }, "action": { "default_icon": { "16": "ext-logo.png", "48": "ext-logo.png", "128": "ext-logo.png" } }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "searchtweets.css" ], "js": [ "searchtweets.js" ] } ], "manifest_version": 3 } |