Inspect and view changes in TextAloud for Chrome source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"persistent": true,
"scripts": [
"js/jquery.js",
"js/background.js"
]
},
"browser_action": {
"default_icon": "images/TA4/TA4-32.png",
"default_popup": "popup.html"
},
"commands": {
"1-Speak-Selected-Text": {
"description": "Speak Highlighted Text"
},
"2-Speak-From-Cursor": {
"description": "Speak From Cursor"
},
"3-Speak-Entire-Page": {
"description": "Speak Entire Page"
}
},
"content_scripts": [
{
"all_frames": false,
"js": [
"js/jquery-1.10.1.js",
"js/content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"description": "TextAloud Text To Speech for Chrome: Listen to selected text and web pages spoken aloud",
"icons": {
"16": "images/TA4/TA4-16.png",
"32": "images/TA4/TA4-32.png",
"48": "images/TA4/TA4-48.png",
"256": "images/TA4/TA4-256.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgho7KUq3ZKXqsTYd9+fXEbxawLHLCCQEc3mNzC+oELAJJ0LPzkMez3sCiljueetGx6oIrXvHGzmNQ5O/ZCQZf4qGByGqDpMeqhA9dGW/fXGGekkftj9v2UpnByvZu5OmuEykmCG1OCk+ciEoJteTu2hCvWLGNg/x+l7vKRKPwAAvuBf3F3XKXv/Yhod2egfAVi6xFdqhBHRWht4xi3o1r6Qv49ODDTvUtqWk6y64Xbp/GpvE9LKhkTUIP8UEb9yKZZPwX4fbCPLNAXhJEsw7mk9XISxWpumHMvKy9bSe1esNokK0AajgR4uN8/ooGmqenN75zCiZEc1B54L9QDlYUwIDAQAB",
"manifest_version": 2,
"name": "TextAloud for Chrome",
"permissions": [
"contextMenus",
"http://*/*",
"https://*/*",
"nativeMessaging"
],
"short_name": "TextAloud",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "4.0.4"
}