Koalament

Koala open comment

Koalament là gì?

Koalament là một tiện ích mở rộng Chrome được phát triển bởi https://koalament.io, và tính năng chính của nó là "Koala open comment".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Koalament

Tải xuống các tệp mở rộng Koalament dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Koalament Koalament
ID igecidcneciljgfkimafpbhkhmekadea
URL Chính Thức https://chromewebstore.google.com/detail/koalament/igecidcneciljgfkimafpbhkhmekadea
Mô tả Koala open comment
Kích Thước Tệp 296 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.139.8
Cập Nhật Lần Cuối 2021-01-11
Ngày Phát Hành 2020-06-06
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://koalament.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}