HearYe

This addon sends allows you to convert articles to audio.

HearYeคืออะไร?

HearYe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hearye.rocks และคุณลักษณะหลักของมันคือ "This addon sends allows you to convert articles to audio."

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

screenshot

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

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

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

                        Convert articles to audio! 

The HearYe mini-podcasting service allows you to bookmark any article on the web and have it converted to audio so you can listen to it at your convenience.

This Chrome Addon makes it super-easy for you.

Use it in one of three ways:
1) go to an article and click the HearYe button,
2) right-click on an article page and click 'Add to HearYe',
3) Alt+ any URL.                    

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

ชื่อ HearYe HearYe
ID ljfdgimhlhjnnedhpnpbhpkooeocmibk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hearye/ljfdgimhlhjnnedhpnpbhpkooeocmibk
คำอธิบาย This addon sends allows you to convert articles to audio.
ขนาดไฟล์ 200 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2019-01-13
วันที่เผยแพร่ 2019-01-13
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://hearye.rocks
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://hearye.rocks
ภาษาที่รองรับ en
manifest.json
{
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/translate.js",
            "js\/background.js",
            "js\/notify.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/bounce.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_title": "img\/icon128.png"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "name": "__MSG_name__",
    "short_name": "__MSG_shortname__",
    "description": "__MSG_description__",
    "options_page": "option.html",
    "author": "Paul Lin and Georgiy Velchev and Peter Smith",
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "storage",
        "downloads",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "version": "0.0.8",
    "manifest_version": 2,
    "web_accessible_resources": [
        "js\/content.js",
        "css\/bounce.css"
    ]
}