Hamburgers to Steamed Hams
Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.
Hamburgers to Steamed Hamsคืออะไร?
Hamburgers to Steamed Hams เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://freemanonthe.land และคุณลักษณะหลักของมันคือ "Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hamburgers to Steamed Hams
ดาวน์โหลดไฟล์ส่วนขยาย Hamburgers to Steamed Hams ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fieooplcpndnceolckkkhnfkecpfeije |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hamburgers-to-steamed-ham/fieooplcpndnceolckkkhnfkecpfeije |
คำอธิบาย | Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect. |
ขนาดไฟล์ | 44.86 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2018-04-17 |
วันที่เผยแพร่ | 2018-04-16 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://freemanonthe.land |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hamburgers to Steamed Hams", "short_name": "Steamed Clams", "description": "Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.", "author": "Seymour Skinner", "version": "2.0", "icons": { "16": "skinner16.png", "32": "skinner32.png", "48": "skinner48.png", "128": "skinner128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |