copy2say

Copy the text, copy2say reads it for you.

copy2sayคืออะไร?

copy2say เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ctf และคุณลักษณะหลักของมันคือ "Copy the text, copy2say reads it for you."

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

screenshot

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

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

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

                        Are you learning new language? copy2say will be the helpful tool for you.
Copy the text(ctrl+c) you want to hear in your language, copy2say will pronounce it for you. 

Supported languages: Dutch (Netherlands), English (Australia), English (UK), English (US), French, French (Canada), German, Italian, Japanese, Korean, Portugese (Brazil), Spanish, Swedish, Turkish.

Requirement: Chrome 66+(Async Clipboard API support)

For detail help information, please see the help page in the option after the extension installation finished.

Changelog:

2.2
  Added SSML support
  Added silence between serial words

2.1
  Added support for Vietnamese, Ukrainian, Slovak, Russian, Polish, Norwegian, Mandarin.
  Added speaking rate and pitch to options.
  

1.9
  The queried audio data will be saved for offline use.(also save network bandwidth)

1.8
  While copying on "data:audio/" stream, the data will be pronounced directly.                    

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

ชื่อ copy2say copy2say
ID hnhaeghfdpjiheefkeoheddoeeioadhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy2say/hnhaeghfdpjiheefkeoheddoeeioadhp
คำอธิบาย Copy the text, copy2say reads it for you.
ขนาดไฟล์ 54.97 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2019-08-30
วันที่เผยแพร่ 2019-08-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ctf
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ctf",
    "name": "__MSG_appName__",
    "minimum_chrome_version": "66",
    "version": "2.4",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "browsingData",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "48": "images\/copy2say-48-on.png"
        },
        "default_title": "copy2say is ON"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "icons": {
        "128": "images\/copy2say-128-on.png",
        "48": "images\/copy2say-48-on.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts.js"
            ],
            "content_security_policy": "media-src * data: blob: filesystem:;"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}