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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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]"
        }
    }
}