Pixiv Ranking New Tab
Show Pixiv daily rankings on your new tab page.
Pixiv Ranking New Tab là gì?
Pixiv Ranking New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://pixiv.moe, và tính năng chính của nó là "Show Pixiv daily rankings on your new tab page.".
Ả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 Pixiv Ranking New Tab
Tải xuống các tệp mở rộng Pixiv Ranking New Tab 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
Pixiv Ranking New Tab allows you to customize your New Tab page. Pixiv Ranking New Tab replaces the original new tab with Pixiv Illust Rankings and offers a variety of quick and useful features. After installing this extension, you can use the following features: 1. View today's Pixiv Illust Rankings. Ranking is updated daily at 12 noon (GMT +9). 2. Download specified works. 3. View your Chrome browsing history. 4. View your Chrome bookmarks. 5. View your Chrome bookmarks. 6. View your Chrome Apps.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pixiv Ranking New Tab |
ID | mjfpkofgblpbkmjapadadendndgpiehh |
URL Chính Thức | https://chromewebstore.google.com/detail/pixiv-ranking-new-tab/mjfpkofgblpbkmjapadadendndgpiehh |
Mô tả | Show Pixiv daily rankings on your new tab page. |
Kích Thước Tệp | 604 KB |
Số Lần Cài Đặt | 592 |
Phiên Bản Hiện Tại | 0.5.14 |
Cập Nhật Lần Cuối | 2023-02-20 |
Ngày Phát Hành | 2020-04-19 |
Đánh Giá | 4.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://pixiv.moe |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kokororin/pixiv-ranking-new-tab |
URL Trang Trợ Giúp | https://github.com/kokororin/pixiv-ranking-new-tab/issues |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "main.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "description": "__MSG_description__", "icons": { "128": "logo-128.png", "16": "logo-16.png", "48": "logo-48.png" }, "browser_action": { "default_icon": "logo-48.png" }, "background": { "scripts": [ "backend.js" ] }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "notifications", "https:\/\/api.pixiv.moe\/" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "default_locale": "en", "version": "0.5.14" } |