Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Star History", "description": "A chrome extension showing star history graph of current GitHub repository", "homepage_url": "https:\/\/github.com\/bytebase\/star-history", "author": "bytebase", "version": "2.0", "manifest_version": 3, "background": { "service_worker": ".\/background.js" }, "action": { "default_popup": ".\/extension\/popup.html" }, "host_permissions": [ "https:\/\/api.github.com\/" ], "icons": { "128": "icon.png" }, "permissions": [ "activeTab" ] }