Pixiv Search
Direct search from Pixiv ID, or search Pixiv by keywords.
Pixiv Search là gì?
Pixiv Search là một tiện ích mở rộng Chrome được phát triển bởi stanley2058, và tính năng chính của nó là "Direct search from Pixiv ID, or search Pixiv by keywords.".
Ả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 Search
Tải xuống các tệp mở rộng Pixiv Search 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
Direct search from Pixiv ID, or search Pixiv by keywords. Usage: 1. Click the extension icon and input Pixiv artwork id or keyword and hit Enter key or the Search button. 2. Highlight the artwork id or keyword, right click and click Pixiv Search's option on your context-menu to search. Notice: If extension language is not displaying properly after switching Chrome language, please reinstall the extension to fix it. Version Log: 1.4 - Match Manifest V3 API spec & popup style update 1.3 - Update Pixiv search url & Refactor code 1.2 - Bug fixed. 1.1 - Added English and Japanese
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pixiv Search |
ID | dcoffelbobepjhkohikeinjedhpdcgpj |
URL Chính Thức | https://chromewebstore.google.com/detail/pixiv-search/dcoffelbobepjhkohikeinjedhpdcgpj |
Mô tả | Direct search from Pixiv ID, or search Pixiv by keywords. |
Kích Thước Tệp | 25.65 KB |
Số Lần Cài Đặt | 1,451 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2022-06-16 |
Ngày Phát Hành | 2020-06-16 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | stanley2058 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/stanley2058/pixiv-search |
Ngôn Ngữ Được Hỗ Trợ | en,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "homepage_url": "https:\/\/github.com\/stanley2058\/pixiv-search", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "zh_TW", "version": "1.4", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus", "scripting" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" } } |