Amazing Marvin

Amazing Marvin Browser Extension

Amazing Marvinとは何ですか?

Amazing Marvinはhttps://amazingmarvin.comによって開発されたChromeの拡張機能で、その主な機能は「Amazing Marvin Browser Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Amazing Marvin拡張機能のCRXファイルをダウンロード

Amazing Marvin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Amazing Marvin Amazing Marvin
ID gjohmhcpmpjfnkipjjcgmiklimmjfhlp
公式URL https://chromewebstore.google.com/detail/amazing-marvin/gjohmhcpmpjfnkipjjcgmiklimmjfhlp
説明 Amazing Marvin Browser Extension
ファイルサイズ 3.8 MB
インストール数 851
現在のバージョン 0.7.0
最終更新日 2023-12-18
公開日 2023-04-13
評価 4.50/5 合計 6 レビュー
開発者 https://amazingmarvin.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/amazingmarvin/amazingmarvin-browserextension/
ヘルプページのURL https://github.com/amazingmarvin/amazingmarvin-browserextension/issues
プライバシーポリシーページのURL https://amazingmarvin.com/privacy
対応言語 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]"
        }
    }
}