MIX

Meaningful Internet Experience. A co-creation of IMMAP and SVEN.

MIX란 무엇입니까?

MIX은(는) SVEN에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Meaningful Internet Experience. A co-creation of IMMAP and SVEN."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MIX 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        So much of our day is spent on the internet and it’s about time we all find out how it really affects our daily moods and feels. MIX is here to help!

MIX lets us discover the possible connection between our moods and online activities to help us find that sweet mix that can bring a more Meaningful Internet eXperience.

Let’s all make our online life sweeter with MIX!                    

확장 프로그램 기본 정보

이름 MIX MIX
ID ibhocffhinnpjaondboilflopppkomgg
공식 URL https://chromewebstore.google.com/detail/mix/ibhocffhinnpjaondboilflopppkomgg
설명 Meaningful Internet Experience. A co-creation of IMMAP and SVEN.
파일 크기 8.85 MB
설치 횟수 218
현재 버전 0.0.20
최근 업데이트 2022-09-01
출시 날짜 2021-12-23
평점 5.00/5 총 1 개의 평점
개발자 SVEN
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mix.immap.com.ph
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Meaningful Internet Experience. A co-creation of IMMAP and SVEN.",
    "version": "0.0.20",
    "manifest_version": 3,
    "name": "MIX",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "34": "icon-34.png"
        },
        "default_title": "MIX"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "icon-128.png",
                "icon-34.png",
                "*.woff2",
                "popup.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "alarms",
        "background"
    ]
}