Koalament

Koala open comment

Koalament란 무엇입니까?

Koalament은(는) https://koalament.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Koala open comment"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Koalament is an open source commenting service that uses an extension to store comments on the Bitcoin SV blockchain. with Koalament you can go to any URL and express your opinion regarding the content of the URL.                    

확장 프로그램 기본 정보

이름 Koalament Koalament
ID igecidcneciljgfkimafpbhkhmekadea
공식 URL https://chromewebstore.google.com/detail/koalament/igecidcneciljgfkimafpbhkhmekadea
설명 Koala open comment
파일 크기 296 KB
설치 횟수 44
현재 버전 1.139.8
최근 업데이트 2021-01-11
출시 날짜 2020-06-06
평점 4.80/5 총 5 개의 평점
개발자 https://koalament.io
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Koalament",
    "version": "1.139.8",
    "manifest_version": 2,
    "description": "Koala open comment",
    "homepage_url": "https:\/\/koalament.io",
    "browser_specific_settings": {
        "gecko": {
            "id": "{a3949129-e6ab-45b8-9ef9-39f65c3020a3}",
            "strict_min_version": "42.0"
        }
    },
    "icons": {
        "16": "assets\/icon\/koala-icon04-16.png",
        "48": "assets\/icon\/koala-icon04-48.png",
        "128": "assets\/icon\/koala-icon04-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Koalament",
        "default_icon": "assets\/icon\/koala-icon04-128.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/koalament.io\/imb\/permission.html",
            "https:\/\/embed.koalament.io\/notification\/permission"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/koalament.io\/imb\/permission.html",
                "https:\/\/embed.koalament.io\/notification\/permission"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}