Foxy New Tab
Custom Chrome/Chromium New Tab Page, just for me!
什么是Foxy New Tab?
Foxy New Tab是由laserhawk64开发的Chrome扩展程序,该扩展的主要功能是“Custom Chrome/Chromium New Tab Page, just for me!”。
扩展截图
下载Foxy New Tab扩展crx文件
下载Foxy New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces your New Tab page with a static picture of a smug red fox. There will only ever be one picture, and there will only ever be one 'Foxy New Tab' Chrome Extension... unless Google decides to break backwards compatibility someday, in which case there might be two such extensions, and there might be zero. Time will tell... This upload primarily serves as a workaround for the new (and exceedingly myopic) "We don't like Extensions that aren't in the Store" policy that exists in the official Chrome browser for Windows. If you like it, great. If you don't, uninstall it and move on. In either case, good luck to you :)
扩展基本信息
名称 | |
ID | bonjaelihdcjneiffcfkehppkndfggem |
官方URL | https://chromewebstore.google.com/detail/foxy-new-tab/bonjaelihdcjneiffcfkehppkndfggem |
简介 | Custom Chrome/Chromium New Tab Page, just for me! |
文件大小 | 262 KB |
安装次数 | 22 |
当前版本 | 1.0 |
更新时间 | 2023-08-25 |
上架时间 | 2017-10-09 |
开发者 | laserhawk64 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Christopher Havel", "content_scripts": [ { "css": [ "newtab.css" ], "html": [ "newtab.html" ], "matches": [ "https:\/\/*\/_\/chrome\/newtab*", "*:\/\/local-ntp\/local-ntp.html" ], "run_at": "document_end" } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Custom Chrome\/Chromium New Tab Page, just for me!", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "29", "name": "Foxy New Tab", "version": "1.0" } |