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": "npm-links", "description": "Query the relevant shortcut links of the NPM package\uff0csuch as github\u3001npm\u3001homepage\u3001github1s\u3001stackoverflow", "version": "1.1.0", "icons": { "128": "images\/icon.png" }, "commands": [], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "homepage_url": "https:\/\/github.com\/Dolov\/chrome-npm-links" }