Koalament
Koala open comment
Koalamentとは何ですか?
Koalamentはhttps://koalament.ioによって開発されたChromeの拡張機能で、その主な機能は「Koala open comment」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |