AO3 Kudos-Hits Calculator
Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org
AO3 Kudos-Hits Calculator란 무엇입니까?
AO3 Kudos-Hits Calculator은(는) claryf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org"입니다.
확장 프로그램 스크린샷
AO3 Kudos-Hits Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds kudos-per-hits ratio to stats when viewing works on AO3. An additional metric for calculating quality of works when browsing the site.
확장 프로그램 기본 정보
이름 | AO3 Kudos-Hits Calculator |
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" } } |