Version 1.1.3 View in Chrome Web Store
| https://clients2.google.com/service/update2/crx | https://github.com/travisvn/edge-tts-extension | |
| https://speech.platform.bing.com/ | https://tailwindcss.com | |
| https://github.com/mozdevs/cssremedy/issues/4 | https://github.com/tailwindcss/tailwindcss/pull/116 | |
| https://bugzilla.mozilla.org/show_bug.cgi?id=190655 | https://bugs.chromium.org/p/chromium/issues/detail?id=999088 | |
| https://bugs.webkit.org/show_bug.cgi?id=201297 | https://bugs.chromium.org/p/chromium/issues/detail?id=935729 | |
| https://bugs.webkit.org/show_bug.cgi?id=195016 | https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 | |
| https://github.com/tailwindlabs/tailwindcss/issues/3300 | https://github.com/mozdevs/cssremedy/issues/14 | |
| https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210 | https://reactjs.org/docs/error-decoder.html?invariant= | |
| http://www.w3.org/1999/xlink | http://www.w3.org/XML/1998/namespace | |
| http://www.w3.org/2000/svg | http://www.w3.org/1998/Math/MathML | |
| http://www.w3.org/1999/xhtml | https://tts.travisvn.com | |
| http://www.w3.org/2001/10/synthesis |
{ "name": "Edge Text to Speech Voice Reader", "icons": { "16": "icons/icon16.png", "19": "icons/icon19.png", "32": "icons/icon32.png", "38": "icons/icon38.png", "48": "icons/icon48.png", "128": "icons/icon128.png" }, "action": { "default_popup": "popup/index.html" }, "author": "Travis", "version": "1.1.3", "commands": { "read-page": { "description": "Read entire page aloud", "suggested_key": { "mac": "Command+Shift+P", "default": "Ctrl+Shift+P" } }, "read-from-here": { "description": "Read from selected position to end of page", "suggested_key": { "mac": "Command+Shift+H", "default": "Ctrl+Shift+H" } }, "read-selection": { "description": "Read selected text aloud", "suggested_key": { "mac": "Command+Shift+S", "default": "Ctrl+Shift+S" } }, "toggle-playback": { "description": "Toggle play/pause audio playback", "suggested_key": { "mac": "Command+Shift+Space", "default": "Ctrl+Shift+Space" } } }, "incognito": "split", "background": { "service_worker": "background/bundle.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Text-to-speech service leveraging the Read Aloud API from Microsoft Edge.", "permissions": [ "contextMenus", "activeTab", "scripting", "storage" ], "homepage_url": "https://github.com/travisvn/edge-tts-extension", "content_scripts": [ { "js": [ "contentScript/bundle.js" ], "matches": [ "<all_urls>" ] } ], "offline_enabled": true, "host_permissions": [ "https://speech.platform.bing.com/*", "wss://speech.platform.bing.com/*" ], "manifest_version": 3, "minimum_chrome_version": "88" }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.