Text to Speech Conversion

It's a tool where you can convert text to speech in your browser.

Text to Speech Conversionคืออะไร?

Text to Speech Conversion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Southern Search Solutions และคุณลักษณะหลักของมันคือ "It's a tool where you can convert text to speech in your browser."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text to Speech Conversion

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

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

                        ★ 𝗪𝗵𝘆 𝗶𝘀 𝘁𝗵𝗶𝘀 𝗲𝘅𝘁𝗲𝗻𝘀𝗶𝗼𝗻 𝘂𝘀𝗲𝗳𝘂𝗹 𝗳𝗼𝗿 𝘆𝗼𝘂?
This is a free add-on for Chrome Browser where the primary target is to convert text to speech quickly & give an easy way to set a background from our selective Speech image gallery powered by Unsplash.

By clicking "add to Chrome", I accept and agree to install the Text to Speech Conversion extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use https://www.southernsearchsolutionsllc.com/terms-and-conditions and Policy https://www.southernsearchsolutionsllc.com/privacy-policy

There is also a Digital Clock in the New tab where you can check your current location time in a 12-hour/ 24-hour format with a date according to your preference.

★ New tab 𝗳𝗲𝗮𝘁𝘂𝗿𝗲𝘀:
✓ Change the background image of the new tab - powered by Unsplash.
✓ Toggle time in 12/24 hour format.
✓ Uninstall anytime easily from the new tab.
✓ Search for desired information, images, video, and more. 

★ Images provided by:
✓ https://unsplash.com

𝗙𝗶𝗻𝗱 𝗺𝗼𝗿𝗲 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻 𝗮𝘁:
https://southernsearchsolutionsllc.com

𝗦𝘂𝗽𝗽𝗼𝗿𝘁:
If you have any questions, we are happy to help – just drop us a line at [email protected]                    

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

ชื่อ Text to Speech Conversion Text to Speech Conversion
ID gdonlbjmcnbfdbocbgllendcjiaaleob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-to-speech-conversion/gdonlbjmcnbfdbocbgllendcjiaaleob
คำอธิบาย It's a tool where you can convert text to speech in your browser.
ขนาดไฟล์ 7.81 MB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-06-14
วันที่เผยแพร่ 2021-04-30
ผู้พัฒนา Southern Search Solutions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text to Speech Conversion",
    "version": "1.6",
    "description": "It's a tool where you can convert text to speech in your browser.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/text-to-speech-conversion\/gdonlbjmcnbfdbocbgllendcjiaaleob",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.tripointtechnologies.com\/text_to_speech\/"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content_script_idle.js"
            ],
            "matches": [
                "https:\/\/*.texttospeechconversionext.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "landing.html"
    },
    "action": {
        "default_icon": {
            "16": "img\/bd-16.png",
            "32": "img\/bd-32.png",
            "48": "img\/bd-48.png",
            "128": "img\/bd-128.png"
        }
    },
    "icons": {
        "16": "img\/bd-16.png",
        "32": "img\/bd-32.png",
        "48": "img\/bd-48.png",
        "128": "img\/bd-128.png"
    }
}