Pixiv Search

Direct search from Pixiv ID, or search Pixiv by keywords.

Pixiv Search क्या है?

Pixiv Search stanley2058 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Direct search from Pixiv ID, or search Pixiv by keywords."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pixiv Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}