Amazing Marvin

Amazing Marvin Browser Extension

Cos'è Amazing Marvin?

Amazing Marvin è un'estensione di Chrome sviluppata da https://amazingmarvin.com, e la sua funzione principale è "Amazing Marvin Browser Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Amazing Marvin

Scarica i file di estensione Amazing Marvin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Amazing Marvin Amazing Marvin
ID gjohmhcpmpjfnkipjjcgmiklimmjfhlp
URL Ufficiale https://chromewebstore.google.com/detail/amazing-marvin/gjohmhcpmpjfnkipjjcgmiklimmjfhlp
Descrizione Amazing Marvin Browser Extension
Dimensione del File 3.8 MB
Conteggio Installazioni 851
Versione Corrente 0.7.0
Ultimo Aggiornamento 2023-12-18
Data di Pubblicazione 2023-04-13
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore https://amazingmarvin.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/amazingmarvin/amazingmarvin-browserextension/
URL della Pagina di Aiuto https://github.com/amazingmarvin/amazingmarvin-browserextension/issues
URL della Pagina della Politica sulla Privacy https://amazingmarvin.com/privacy
Lingue Supportate 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]"
        }
    }
}