| https://clients2.google.com/service/update2/crx | https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap | |
| http://www.w3.org/2000/svg | https://www.robotstxt.org/robotstxt.html | |
| https://tailwindcss.com/docs/upgrade-guide#configure-content-sources | https://tailwindcss.com/docs/content-configuration#discarding-classes | |
| https://tailwindcss.com/docs/upgrade-guide#prefix-cannot-be-a-function | https://evilmartians.com/chronicles/postcss-8-plugin-migration | |
| https://www.w3ctech.com/topic/2226 | https://tailwindcss.com/docs/upgrade-guide#remove-dark-mode-configuration | |
| https://tailwindcss.com | https://tailwindcss.com/docs/content-configuration#safelisting-classes | |
| https://tailwindcss.com/docs/content-configuration | https://tailwindcss.com/docs/content-configuration#pattern-recommendations | |
| https://tailwindcss.com/docs/upgrade-guide#replace-variants-with-layer | https://tailwindcss.com/docs/using-with-preprocessors#nesting | |
| https://github.com/browserslist/browserslist#readme | https://twitter.com/browserslist | |
| https://github.com/postcss/autoprefixer#readme | https://tailwindcss.com/docs/installation | |
| https://github.com/jonschlinkert/fill-range | https://github.com/jonschlinkert/is-number | |
| https://github.com/micromatch/to-regex-range | https://mths.be/cssesc | |
| https://github.com/facebook/regenerator/blob/main/LICENSE | https://api.answersai.com | |
| https://html2canvas.hertzen.com | https://hertzen.com | |
| http://www.w3.org/1998/Math/MathML | http://www.w3.org/1999/xhtml | |
| https://www.tiny.cloud/docs/tinymce/6/migration-from-5x/ | https://www.tiny.cloud/docs/tinymce/6/support/#supportedwebbrowsers | |
| http://www.w3.org/1999/xlink | https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap | |
| https://fonts.googleapis.com/css2?family=Rubik:wght@400 | https://fonts.googleapis.com/css2?family=Golos+Text:wght@400 | |
| http://fb.me/prop-types-in-prod | http://stackoverflow.com/a/8460753 | |
| https://url.spec.whatwg.org/#url-parsing | https://datatracker.ietf.org/doc/html/rfc3986#section-3.1 | |
| https://tex.stackexchange.com/questions/22350/difference-between-textrm-and-mathrm | https://en.wikibooks.org/wiki/LaTeX/Lengths | |
| https://tex.stackexchange.com/a/8263 | https://tex.stackexchange.com/a/41371 | |
| https://github.com/KaTeX/KaTeX/pull/2460. | https://w3c.github.io/html-reference/syntax.html#syntax-attributes | |
| https://github.com/facebook/flow/issues/4582 | https://github.com/facebook/flow/issues/5688 | |
| https://github.com/KaTeX/KaTeX/wiki/Examining-TeX#group-types | https://www.unicode.org/charts/PDF/U1D400.pdf | |
| https://github.com/facebook/flow/issues/3663. | https://www.w3.org/TR/2000/WD-MathML2-20000328/chapter6.html | |
| https://www.w3.org/TR/MathML3/chapter3.html#presm.commatt | http://scripts.sil.org/OFL | |
| https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mo | https://www.tug.org/TUGboat/tb09-3/tb22bechtolsheim.pdf | |
| https://www.w3.org/TR/MathML3/appendixc.html. | https://www.math.lsu.edu/~aperlis/publications/mathclap/ | |
| https://www.w3.org/TR/REC-MathML/chap3_2.html#sec3.2.4 | https://www.w3schools.com/charsets/ref_html_entities_a.asp | |
| http://mirrors.concertpass.com/tex-archive/macros/latex/required/amsmath/amsmath.pdf | https://en.wikipedia.org/wiki/Help:Displaying_a_formula#Deprecated_syntax | |
| https://ctan.math.illinois.edu/macros/latex/contrib/statmath/statmath.pdf | http://ctan.math.washington.edu/tex-archive/macros/latex/contrib/braket/braket.pdf | |
| https://github.com/facebook/flow/issues/4808 | https://tex.stackexchange.com/questions/1930/when-should-one- | |
| https://gist.github.com/lambdahands/d19e0da96285b749f0ef | https://facebook.github.io/jest/docs/en/webpack.html | |
| http://fb.me/use-check-prop-types | https://reactjs.org/docs/error-decoder.html?invariant= | |
| http://www.w3.org/XML/1998/namespace | https://github.com/getify/native-promise-only. | |
| http://getify.mit-license.org | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim#Polyfill | |
| http://dbj.org/dbj/?p=286 | https://github.com/douglascrockford/JSON-js/blob/master/json_parse.js | |
| https://gist.github.com/scwood/3bff42cc005cc20ab7ec98f0d8e1d59d | https://developers.google.com/search/docs/advanced/crawling/overview-google-crawlers | |
| http://dean.edwards.name/weblog/2005/10/add-event/ | https://gist.github.com/1930440 |
{ "name": "AnswersAi", "icons": { "128": "img/icon.png" }, "action": { "default_title": "AnswersAi" }, "version": "5.0.0", "background": { "type": "module", "service_worker": "service-worker.js" }, "side_panel": { "default_path": "index.html" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "School on Easy Mode", "permissions": [ "activeTab", "tabs", "storage", "scripting", "contextMenus", "sidePanel", "cookies" ], "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_end", "matches": [ "<all_urls>" ] }, { "js": [ "js/jquery.min.js", "js/tinymce.min.js", "featureScript.js", "dist/bundle.js", "js/html2canvas.min.js", "components/Snapshot.js", "components/Summarize.js", "components/Shortcut/index.js", "components/Shortcut/ButtonCreator.js", "components/Shortcut/EventHandler.js", "components/Popup/index.js", "components/Popup/PopupCreator.js", "components/Popup/EventHandler.js" ], "css": [ "main.css" ], "type": "module", "run_at": "document_start", "matches": [ "<all_urls>" ], "match_about_blank": true } ], "host_permissions": [ "<all_urls>" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "img/*", "js/katex.min.js", "js/katex.min.css", "js/katex-renderer.js", "js/fonts/*.woff", "js/fonts/*.woff2", "js/fonts/*.ttf" ] } ] }
ⓘ 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.