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", "name": "Cite Marker", "version": "1.0.4", "manifest_version": 3, "description": "Mark snippets and quotes quickly then easily retrieve and cite them later.", "permissions": [ "contextMenus", "bookmarks" ], "background": { "scripts": [ "citemark.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } }