Inspect and view changes in Google TTS Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Google TTS Reader",
"version": "1.0",
"description": "Read selected text aloud using Google TTS",
"permissions": [
"activeTab",
"tabs"
],
"browser_specific_settings": {
"gecko": {
"id": "{37546f25-64a3-4e73-ad1e-ca60e8180e67}",
"strict_min_version": "114.0"
}
},
"icons": {
"64": "icon64.png",
"128": "icon128.png"
},
"browser_action": {
"default_title": "Google TTS Reader",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
} Best Google TTS Reader Alternatives
Here are some Firefox add-ons that are similar to Google TTS Reader: