Pixiv Search
Direct search from Pixiv ID, or search Pixiv by keywords.
Wat is Pixiv Search?
Pixiv Search is een Chrome-extensie ontwikkeld door stanley2058, en de belangrijkste functie is "Direct search from Pixiv ID, or search Pixiv by keywords.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pixiv Search
Download Pixiv Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Pixiv Search |
ID | dcoffelbobepjhkohikeinjedhpdcgpj |
Officiële URL | https://chromewebstore.google.com/detail/pixiv-search/dcoffelbobepjhkohikeinjedhpdcgpj |
Beschrijving | Direct search from Pixiv ID, or search Pixiv by keywords. |
Bestandsgrootte | 25.65 KB |
Aantal Installaties | 1,451 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2022-06-16 |
Publicatiedatum | 2020-06-16 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | stanley2058 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/stanley2058/pixiv-search |
Ondersteunde Talen | 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" } } |