Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TF-IDF SERP Analyzer", "version": "1.0", "description": "Analyzes how closely Google Search titles match the search query using TF-IDF.", "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "tfidf.js", "content-script.js" ] } ] }