Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "manifest_version": 3, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quickmark", "description": "Organise your work in browser - share important links with your team", "version": "1.3.0.11", "icons": { "16": "img\/icons\/qm-icon-16.png", "32": "img\/icons\/qm-icon-32.png", "48": "img\/icons\/qm-icon-48.png", "128": "img\/icons\/qm-icon-128.png" }, "web_accessible_resources": [ { "resources": [ "*.png", "*.svg", "*.js", "*.css", "launcher.html" ], "matches": [ "<all_urls>" ] } ], "action": { "default_popup": "launcher.html" }, "permissions": [ "tabs", "history", "activeTab", "favicon", "bookmarks" ], "content_scripts": [ { "matches": [ "<all_urls>", "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "https:\/\/meet.google.com\/*" ], "css": [ "css\/app-style.css" ], "js": [ "js\/qm-beacon.js" ] }, { "matches": [ "http:\/\/getquickmark.com\/*", "https:\/\/getquickmark.com\/*" ], "css": [ "css\/app-style.css" ], "js": [ "js\/invite-trigger.js" ] } ], "background": { "service_worker": "js\/background.js" } }