AO3 Kudos-Hits Calculator
Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org
AO3 Kudos-Hits Calculatorคืออะไร?
AO3 Kudos-Hits Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย claryf และคุณลักษณะหลักของมันคือ "Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AO3 Kudos-Hits Calculator
ดาวน์โหลดไฟล์ส่วนขยาย AO3 Kudos-Hits Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds kudos-per-hits ratio to stats when viewing works on AO3. An additional metric for calculating quality of works when browsing the site. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hghncnlkonolnnfnebkbnginbaijobki |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ao3-kudos-hits-calculator/hghncnlkonolnnfnebkbnginbaijobki |
| คำอธิบาย | Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org |
| ขนาดไฟล์ | 943 KB |
| จำนวนการติดตั้ง | 147 |
| เวอร์ชันปัจจุบัน | 0.0.3 |
| อัปเดตครั้งล่าสุด | 2023-10-19 |
| วันที่เผยแพร่ | 2021-03-16 |
| คะแนน | 4.50/5 รวมทั้งหมด 8 คะแนน |
| ผู้พัฒนา | claryf |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AO3 Kudos-Hits Calculator",
"version": "0.0.3",
"description": "Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org",
"content_scripts": [
{
"matches": [
"*:\/\/archiveofourown.org\/*"
],
"js": [
"background.js"
]
}
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
} | |