Pixiv Search
Direct search from Pixiv ID, or search Pixiv by keywords.
Pixiv Searchคืออะไร?
Pixiv Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stanley2058 และคุณลักษณะหลักของมันคือ "Direct search from Pixiv ID, or search Pixiv by keywords."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixiv Search
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |