TAYL - Let me read that for you

Listen to any website using Podcasts, now or later.

TAYL - Let me read that for youคืออะไร?

TAYL - Let me read that for you เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tayl.app และคุณลักษณะหลักของมันคือ "Listen to any website using Podcasts, now or later."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TAYL - Let me read that for you

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

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

                        (T)alk A(t) Y(ou) L(ater), pronounced "tale", is the service that gives your Internet content a voice.

This extension packs an easy way for you to send articles to your Podcast for later listening, while also normalising web pages into a layout optimised for reading.

Send TAYL anything you want read. Listen in the TAYL app, or by using Podcasts.

This extension can be used for free.
Premium features can be unlocked with an account at https://my.tayl.app

TAYL speaks and support multiple languages and dialects: US English, UK English, AU English, German, FR French, CA French, Spanish, Dutch, Italian, Japanese, Korean, Russian, PT Portuguese, BR Portuguese, Swedish, Polish, Ukrainian and Turkish.                    

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

ชื่อ TAYL - Let me read that for you TAYL - Let me read that for you
ID dnnlphagnbdccldakkjehjdideaobidd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tayl-let-me-read-that-for/dnnlphagnbdccldakkjehjdideaobidd
คำอธิบาย Listen to any website using Podcasts, now or later.
ขนาดไฟล์ 318 KB
จำนวนการติดตั้ง 1,494
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2019-04-06
วันที่เผยแพร่ 2019-04-05
คะแนน 2.81/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://tayl.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tayl.app
URL หน้าช่วยเหลือ https://www.tayl.app/support
URL หน้านโยบายความเป็นส่วนตัว https://www.tayl.app/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TAYL - Let me read that for you",
    "version": "2.1.1",
    "description": "Listen to any website using Podcasts, now or later.",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "https:\/\/*.googleapis.com\/*",
        "https:\/\/x--dev.tayl.app\/*",
        "https:\/\/x.tayl.app\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/my--dev.tayl.app\/*",
            "https:\/\/my.tayl.app\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/tayl-icon-dog-gray-48.png",
            "38": "icons\/tayl-icon-dog-gray-48.png"
        },
        "theme_icons": [
            {
                "light": "icons\/tayl-icon-dog-gray-light-16.png",
                "dark": "icons\/tayl-icon-dog-gray-16.png",
                "size": 16
            },
            {
                "light": "icons\/tayl-icon-dog-gray-light-32.png",
                "dark": "icons\/tayl-icon-dog-gray-32.png",
                "size": 32
            }
        ],
        "browser_style": true
    },
    "content_scripts": [
        {
            "js": [
                "common\/browser-polyfill.min.js",
                "static\/js\/main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "common\/browser-polyfill.min.js",
            "chrome\/background.js"
        ]
    },
    "web_accessible_resources": [
        "static\/js\/*.js",
        "static\/css\/*.css"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "icons": {
        "16": "icons\/tayl-icon-dog-16.png",
        "48": "icons\/tayl-icon-dog-48.png",
        "128": "icons\/tayl-icon-dog-128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "56.0"
        }
    }
}