Tweet2Audio

Convert Tweet To Audio

Tweet2Audioคืออะไร?

Tweet2Audio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nishu และคุณลักษณะหลักของมันคือ "Convert Tweet To Audio"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweet2Audio

ดาวน์โหลดไฟล์ส่วนขยาย Tweet2Audio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you tired of constantly switching between tabs to read your tweets? Do you want to stay up to date with the latest news and updates from your favorite Twitter accounts, without having to stop what you're doing? If so, then Tweet2Audio is the perfect solution for you!

Tweet2Audio is a simple and convenient chrome extension that allows you to listen to your tweets while you work. With just a few clicks, you can easily set up the extension to read your tweets aloud, so you can stay informed without interrupting your workflow.

Once installed, Tweet2Audio allows you to easily select the tweets you want to listen to. Simply visit your Twitter feed, select the tweets you want to hear, and click the "play" button. The extension will then read the selected tweets aloud, using high-quality text-to-speech technology. This way, you can stay up to date with the latest news and updates from your favorite Twitter accounts, without having to constantly check your feed.

In addition to reading your tweets aloud, Tweet2Audio also offers a play button, so you can easily control when the tweets are read. This way, you can listen to your tweets at your own pace, without having to worry about missing any important updates.

Whether you're a busy professional, a multitasking student, or just someone who wants to stay up to date with the latest news and updates from Twitter, Tweet2Audio is the perfect solution. With its easy-to-use interface and powerful features, it's the perfect way to listen to your tweets while you work.                    

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

ชื่อ Tweet2Audio Tweet2Audio
ID naafncepeohchljcfdjckafdhclikcce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tweet2audio/naafncepeohchljcfdjckafdhclikcce
คำอธิบาย Convert Tweet To Audio
ขนาดไฟล์ 20.37 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2022-12-11
วันที่เผยแพร่ 2022-12-10
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา nishu
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://0xverify.app/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweet2Audio",
    "version": "0.1.1",
    "description": "Convert Tweet To Audio",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "Tweet2Audio"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}