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 |
Eメール | [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" } |