Google Anime Startpage
Turns boring Google design into anime
Google Anime Startpage là gì?
Google Anime Startpage là một tiện ích mở rộng Chrome được phát triển bởi vant898, và tính năng chính của nó là "Turns boring Google design into anime".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Anime Startpage
Tải xuống các tệp mở rộng Google Anime Startpage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kmkpickipglbobddkcochnnihbeglhbf |
URL Chính Thức | https://chrome.google.com/webstore/detail/google-anime-startpage/kmkpickipglbobddkcochnnihbeglhbf |
Mô tả | Turns boring Google design into anime |
Kích Thước Tệp | 65.41 MB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 3.1 |
Cập Nhật Lần Cuối | 2020-12-22 |
Ngày Phát Hành | 2019-01-29 |
Đánh Giá | 4.07/5 Tổng số 28 Đánh Giá |
Nhà Phát Triển | vant898 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |