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 |
官方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" } } |