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 |
Eメール | [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" } } |