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", "action": { "default_icon": "images\/logo48.png", "default_title": "Fatkun Image Editor, Fe" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "description": "Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.", "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 3, "name": "Fatkun Image Editor, Fe", "permissions": [ "contextMenus" ], "host_permissions": [ "*:\/\/*\/*" ], "version": "1.0.3", "web_accessible_resources": [ { "resources": [ "**\/*" ], "matches": [ "<all_urls>" ] } ] }