Everything to Pokémon
Replaces every word with a Pokémon
Everything to Pokémonคืออะไร?
Everything to Pokémon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lukey_q และคุณลักษณะหลักของมันคือ "Replaces every word with a Pokémon"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Everything to Pokémon
ดาวน์โหลดไฟล์ส่วนขยาย Everything to Pokémon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes every word to the name of a Pokémon. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | badgmddlemdcnjffifhmamanjibggghe |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/everything-to-pok%C3%A9mon/badgmddlemdcnjffifhmamanjibggghe |
| คำอธิบาย | Replaces every word with a Pokémon |
| ขนาดไฟล์ | 67.91 KB |
| จำนวนการติดตั้ง | 138 |
| เวอร์ชันปัจจุบัน | 0.1 |
| อัปเดตครั้งล่าสุด | 2014-12-18 |
| วันที่เผยแพร่ | 2014-12-17 |
| คะแนน | 3.85/5 รวมทั้งหมด 13 คะแนน |
| ผู้พัฒนา | lukey_q |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/lilkraftwerk/everything-to-pokemon |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Everything to Pok\u00e9mon",
"version": "0.1",
"description": "Replaces every word with a Pok\u00e9mon",
"browser_action": {
"default_icon": {
"19": "img\/bulbasmall.png",
"38": "img\/bulbabig.png"
},
"default_title": "Everything To Pok\u00e9mon"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"events.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |