Drumpf
Donald Trump -> Donald Drumpf
Drumpfคืออะไร?
Drumpf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brandon.canaday และคุณลักษณะหลักของมันคือ "Donald Trump -> Donald Drumpf"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drumpf
ดาวน์โหลดไฟล์ส่วนขยาย Drumpf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just a bit of fun. Changes all occurrences of Donald Trump's current surname to his old- and much more fun to say- family surname. It's even better than Drumpfinator (sorry John)! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kekodjhnodpckpicipbflploeipnfggi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/drumpf/kekodjhnodpckpicipbflploeipnfggi |
| คำอธิบาย | Donald Trump -> Donald Drumpf |
| ขนาดไฟล์ | 68.3 KB |
| จำนวนการติดตั้ง | 40 |
| เวอร์ชันปัจจุบัน | 0.1.0 |
| อัปเดตครั้งล่าสุด | 2017-05-25 |
| วันที่เผยแพร่ | 2017-05-25 |
| คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | brandon.canaday |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Drumpf",
"description": "Donald Trump -> Donald Drumpf",
"version": "0.1.0",
"browser_action": {
"default_icon": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"default_popup": "index.html"
},
"content_scripts": [
{
"css": [
"css\/main.css"
],
"js": [
"js\/drumpf.js"
],
"matches": [
"http:\/\/*\/*"
]
}
],
"permissions": [
"activeTab",
"http:\/\/*\/*"
]
} | |