HearYe

This addon sends allows you to convert articles to audio.

HearYe क्या है?

HearYe http://hearye.rocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This addon sends allows you to convert articles to audio."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HearYe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}