Google Anime Startpage
Turns boring Google design into anime
Google Anime Startpageとは何ですか?
Google Anime Startpageはvant898によって開発されたChromeの拡張機能で、その主な機能は「Turns boring Google design into anime」です。
拡張機能のスクリーンショット
Google Anime Startpage拡張機能のCRXファイルをダウンロード
Google Anime Startpage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension replaces the standard Google page with a new page with anime logos. New logos can be changed simply by clicking on them. Search is still supported, simple style, nothing more. What's new? - added more anime girls - changed the appearance of the search bar - added image switching (to switch forward, click on the right side of the logo to switch back on the left) - now you can randomly select a picture (click on the top of the logo)
拡張機能の基本情報
名前 | |
ID | kmkpickipglbobddkcochnnihbeglhbf |
公式URL | https://chrome.google.com/webstore/detail/google-anime-startpage/kmkpickipglbobddkcochnnihbeglhbf |
説明 | Turns boring Google design into anime |
ファイルサイズ | 65.41 MB |
インストール数 | 10,000 |
現在のバージョン | 3.1 |
最終更新日 | 2020-12-22 |
公開日 | 2019-01-29 |
評価 | 4.07/5 合計 28 レビュー |
開発者 | vant898 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Anime Startpage", "short_name": "Google Anime", "author": "Ivan Parshin", "version": "3.1", "description": "Turns boring Google design into anime", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "script.js" ] }, "permissions": [ "activeTab" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2 } |