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是由David Yang開發的Chrome擴展程式,該擴展的主要功能是“This extension removes the footer, the About and Store links, and any promotions from the Google homepage.”。
擴展截圖
下載Clean Up Google Homepage擴展crx文件
下載Clean Up Google Homepage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Icon courtesy of https://icons8.com/
擴展基本資訊
名稱 | Clean Up Google Homepage |
ID | cjpmgcoeopklmgpemggjigeedeomiaei |
官方網址 | 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" } } |