jeff-who
Replaces Bezos with Jeff Who?
jeff-whoคืออะไร?
jeff-who เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lukeify และคุณลักษณะหลักของมันคือ "Replaces Bezos with Jeff Who?"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย jeff-who
ดาวน์โหลดไฟล์ส่วนขยาย jeff-who ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WebExtension to replace "Jeff Bezos" (and permutations thereof) with "Jeff Who?" — also includes a few Easter Eggs. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | iiniimpnoajeiekkfhlpdpcibaahcbpl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jeff-who/iiniimpnoajeiekkfhlpdpcibaahcbpl |
| คำอธิบาย | Replaces Bezos with Jeff Who? |
| ขนาดไฟล์ | 93 KB |
| จำนวนการติดตั้ง | 34 |
| เวอร์ชันปัจจุบัน | 1.0.2 |
| อัปเดตครั้งล่าสุด | 2017-12-15 |
| วันที่เผยแพร่ | 2017-12-14 |
| คะแนน | 4.78/5 รวมทั้งหมด 9 คะแนน |
| ผู้พัฒนา | lukeify |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/lukeify/jeff-who |
| URL หน้าช่วยเหลือ | https://github.com/lukeify/jeff-who |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "A SpaceX Fan",
"manifest_version": 2,
"name": "jeff-who",
"version": "1.0.2",
"description": "Replaces Bezos with Jeff Who?",
"icons": {
"40": "icons\/icon-40.png",
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"src\/jeff-who.js"
]
},
{
"matches": [
"https:\/\/en.wikipedia.org\/wiki\/Jeff_Bezos",
"https:\/\/en.wikipedia.org\/wiki\/jeff_bezos",
"https:\/\/en.wikipedia.org\/wiki\/Jeff_bezos",
"https:\/\/en.wikipedia.org\/wiki\/jeff_Bezos"
],
"js": [
"src\/wikipedia.js"
]
},
{
"matches": [
"https:\/\/twitter.com\/jeffbezos",
"https:\/\/twitter.com\/jeffBezos",
"https:\/\/twitter.com\/Jeffbezos",
"https:\/\/twitter.com\/JeffBezos"
],
"js": [
"src\/twitter.js"
]
},
{
"matches": [
"https:\/\/www.washingtonpost.com\/*"
],
"js": [
"src\/washington-post.js"
]
},
{
"matches": [
"https:\/\/www.blueorigin.com\/"
],
"js": [
"src\/blue-origin.js"
]
}
],
"web_accessible_resources": [
"images\/*.png"
]
} | |