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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rusty-Extensions และคุณลักษณะหลักของมันคือ "A distraction free way to think about content ideas away from the main Twitter / X timeline."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TweetMode for Twitter / X

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TweetMode for Twitter / X TweetMode for Twitter / X
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
}