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": "URL Bulk Opener", "version": "3", "description": "\u4e00\u6b21\u6253\u5f00\u5927\u91cfURL\uff0c\u652f\u6301URL\u53bb\u91cd\u3001\u6279\u91cf\u5220\u9664\uff0c\u652f\u6301\u95f4\u9694\u65f6\u95f4\u8bbe\u7f6e\u3002", "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }