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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pixiv Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}