Pixiv Search
Direct search from Pixiv ID, or search Pixiv by keywords.
Cos'è Pixiv Search?
Pixiv Search è un'estensione di Chrome sviluppata da stanley2058, e la sua funzione principale è "Direct search from Pixiv ID, or search Pixiv by keywords.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pixiv Search
Scarica i file di estensione Pixiv Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Pixiv Search |
ID | dcoffelbobepjhkohikeinjedhpdcgpj |
URL Ufficiale | https://chromewebstore.google.com/detail/pixiv-search/dcoffelbobepjhkohikeinjedhpdcgpj |
Descrizione | Direct search from Pixiv ID, or search Pixiv by keywords. |
Dimensione del File | 25.65 KB |
Conteggio Installazioni | 1,451 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2022-06-16 |
Data di Pubblicazione | 2020-06-16 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | stanley2058 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/stanley2058/pixiv-search |
Lingue Supportate | 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" } } |