Pixiv Search
Direct search from Pixiv ID, or search Pixiv by keywords.
什么是Pixiv Search?
Pixiv Search是由stanley2058开发的Chrome扩展程序,该扩展的主要功能是“Direct search from Pixiv ID, or search Pixiv by keywords.”。
扩展截图
下载Pixiv Search扩展crx文件
下载Pixiv Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Pixiv Search |
ID | dcoffelbobepjhkohikeinjedhpdcgpj |
官方URL | https://chromewebstore.google.com/detail/pixiv-search/dcoffelbobepjhkohikeinjedhpdcgpj |
简介 | Direct search from Pixiv ID, or search Pixiv by keywords. |
文件大小 | 25.65 KB |
安装次数 | 1,451 |
当前版本 | 1.4 |
更新时间 | 2022-06-16 |
上架时间 | 2020-06-16 |
评分 | 5.00/5 共3次评分 |
开发者 | stanley2058 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/stanley2058/pixiv-search |
支持的语言 | 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" } } |