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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |