Amazing Marvin

Amazing Marvin Browser Extension

Amazing Marvinคืออะไร?

Amazing Marvin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amazingmarvin.com และคุณลักษณะหลักของมันคือ "Amazing Marvin Browser Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazing Marvin

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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]"
        }
    }
}