Pixiv Kurocore Plugin

pixiv.kurocore.com Pixiv Image Search plugin

Wat is Pixiv Kurocore Plugin?

Pixiv Kurocore Plugin is een Chrome-extensie ontwikkeld door https://pixiv.kurocore.com, en de belangrijkste functie is "pixiv.kurocore.com Pixiv Image Search plugin".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Pixiv Kurocore Plugin

Download Pixiv Kurocore Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tools for context menu options to search pixiv image
插件提供pixiv 以圖搜圖

by pixiv.kurocore.com                    

Basisinformatie over de Extensie

Naam Pixiv Kurocore Plugin Pixiv Kurocore Plugin
ID ebhiafmjpcihakkaafdbcdclonondkkp
Officiële URL https://chromewebstore.google.com/detail/pixiv-kurocore-plugin/ebhiafmjpcihakkaafdbcdclonondkkp
Beschrijving pixiv.kurocore.com Pixiv Image Search plugin
Bestandsgrootte 39.73 KB
Aantal Installaties 954
Huidige Versie 0.1.0
Laatst Bijgewerkt 2019-03-12
Publicatiedatum 2019-03-12
Beoordeling 3.67/5 Totaal 9 Beoordelingen
Ontwikkelaar https://pixiv.kurocore.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pixiv.kurocore.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pixiv Kurocore Plugin",
    "description": "pixiv.kurocore.com Pixiv Image Search plugin",
    "version": "0.1.0",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "K.png"
    },
    "icons": {
        "16": "K.png",
        "48": "K.png",
        "128": "K.png"
    },
    "background": {
        "scripts": [
            "config.js",
            "background.min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "config.js",
                "jquery-2.1.3.min.js",
                "script.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}