Bad Thing
A web companion to help translate news articles and posts from NPCs
Bad Thingとは何ですか?
Bad Thingはsanotiによって開発されたChromeの拡張機能で、その主な機能は「A web companion to help translate news articles and posts from NPCs」です。
拡張機能のスクリーンショット
Bad Thing拡張機能のCRXファイルをダウンロード
Bad Thing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A web companion to help translate news articles and posts from NPCs. Enter your own keywords and enjoy the show!
Source code available here: https://github.com/sanoti5896/bad-thing 拡張機能の基本情報
| 名前 | |
| ID | eladiogamkdejnecffidaogigdaimglf |
| 公式URL | https://chromewebstore.google.com/detail/bad-thing/eladiogamkdejnecffidaogigdaimglf |
| 説明 | A web companion to help translate news articles and posts from NPCs |
| ファイルサイズ | 212 KB |
| インストール数 | 31 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2023-02-05 |
| 公開日 | 2022-09-06 |
| 評価 | 4.33/5 合計 3 レビュー |
| 開発者 | sanoti |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/sanoti5896/bad-thing |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.721b7357.png",
"32": "icon32.3143ac8f.png",
"48": "icon48.f544afcb.png",
"128": "icon128.6aa15eb0.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.721b7357.png",
"32": "icon32.3143ac8f.png",
"48": "icon48.f544afcb.png"
},
"default_popup": "popup.d334c8be.html"
},
"version": "0.1.0",
"name": "Bad Thing",
"description": "A web companion to help translate news articles and posts from NPCs",
"author": "sanoti",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"content.1d473d26.js"
],
"css": []
}
],
"host_permissions": [
"https:\/\/*\/*"
]
} | |