Amazing Marvin

Amazing Marvin Browser Extension

What is Amazing Marvin?

Amazing Marvin is a Chrome extension developed by https://amazingmarvin.com, and its main feature is "Amazing Marvin Browser Extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Amazing Marvin Extension CRX File

Download Amazing Marvin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use this browser extension to add new tasks to Amazing Marvin and see your tasks for today. You can also highlight text and right click to add a new task, and quickly add new tasks from gmail.

And of course, it's highly customizable!                    

Extension Basic Information

Name Amazing Marvin Amazing Marvin
ID gjohmhcpmpjfnkipjjcgmiklimmjfhlp
Official URL https://chromewebstore.google.com/detail/amazing-marvin/gjohmhcpmpjfnkipjjcgmiklimmjfhlp
Description Amazing Marvin Browser Extension
File Size 3.8 MB
Installation Count 851
Current Version 0.7.0
Last Updated 2023-12-18
Publish Date 2023-04-13
Rating 4.50/5 Total 6 Ratings
Developer https://amazingmarvin.com
Email [email protected]
Payment Type free
Extension Website https://github.com/amazingmarvin/amazingmarvin-browserextension/
Help Page URL https://github.com/amazingmarvin/amazingmarvin-browserextension/issues
Privacy Policy Page URL https://amazingmarvin.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazing Marvin",
    "description": "Amazing Marvin Browser Extension",
    "version": "0.7.0",
    "icons": {
        "16": "logo2.0d515cff.png",
        "48": "logo2.0d515cff.png",
        "128": "logo2.0d515cff.png"
    },
    "action": {
        "default_icon": "logo2.0d515cff.png",
        "default_title": "Amazing Marvin",
        "default_popup": "popup.a382bda1.html"
    },
    "options_ui": {
        "page": "options.e0322ae8.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail.0a99c5d1.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "successMessage.5ced19c1.js"
            ],
            "css": []
        }
    ],
    "background": {
        "service_worker": "background.9f35d055.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/logo.png",
                "static\/inboxlist.png",
                "static\/singleemail.png",
                "static\/marvinhello.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/serv.amazingmarvin.com\/api\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "contextMenus"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}