Koalament
Koala open comment
Koalamentคืออะไร?
Koalament เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://koalament.io และคุณลักษณะหลักของมันคือ "Koala open comment"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Koalament
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } ] } |