Clean Up Google Homepage
This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
Clean Up Google Homepageคืออะไร?
Clean Up Google Homepage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Yang และคุณลักษณะหลักของมันคือ "This extension removes the footer, the About and Store links, and any promotions from the Google homepage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clean Up Google Homepage
ดาวน์โหลดไฟล์ส่วนขยาย Clean Up Google Homepage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Icon courtesy of https://icons8.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clean Up Google Homepage |
ID | cjpmgcoeopklmgpemggjigeedeomiaei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei |
คำอธิบาย | This extension removes the footer, the About and Store links, and any promotions from the Google homepage. |
ขนาดไฟล์ | 4.83 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 0.0.0.2 |
อัปเดตครั้งล่าสุด | 2018-02-16 |
วันที่เผยแพร่ | 2018-02-15 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | David Yang |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clean Up Google Homepage", "description": "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.", "version": "0.0.0.2", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "css": [ "main.css" ] } ], "page_action": { "default_title": "Clean Up Google Homepage" } } |