Bad Thing
A web companion to help translate news articles and posts from NPCs
Bad Thingคืออะไร?
Bad Thing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sanoti และคุณลักษณะหลักของมันคือ "A web companion to help translate news articles and posts from NPCs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bad Thing
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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:\/\/*\/*"
]
} | |