Koalament

Koala open comment

什么是Koalament?

Koalament是由https://koalament.io开发的Chrome扩展程序,该扩展的主要功能是“Koala open comment”。

扩展截图

screenshot
screenshot

下载Koalament扩展crx文件

下载Koalament扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}