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ファイルをダウンロード
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 |
| Eメール | [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"
}
} | |