PixivLink

open the pixiv page by id and some other features

Wat is PixivLink?

PixivLink is een Chrome-extensie ontwikkeld door chenwei1312, en de belangrijkste functie is "open the pixiv page by id and some other features".

Download het CRX-bestand van de extensie PixivLink

Download PixivLink-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

                        使用方法: 
pixiv :选中数字(不要包含"id=")-右击-PixivLink-根据 id 是作者还是图片选择 
度盘:选中链接最后的内容(不要包含"s/")-右击-PixivLink-其他 
AB 站:选中 av/ac 号(包含 av/ac)-右击-PixivLink-其他 

开源: https://github.com/Xliezone/PixivLink                    

Basisinformatie over de Extensie

Naam PixivLink PixivLink
ID nchkhdekpacpmemhgbankecjdiacfcmc
Officiële URL https://chromewebstore.google.com/detail/pixivlink/nchkhdekpacpmemhgbankecjdiacfcmc
Beschrijving open the pixiv page by id and some other features
Bestandsgrootte 50.16 KB
Aantal Installaties 64
Huidige Versie 0.1
Laatst Bijgewerkt 2016-05-04
Publicatiedatum 2016-05-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar chenwei1312
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Xliezone/PixivLink
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PixivLink",
    "manifest_version": 2,
    "version": "0.1",
    "description": "open the pixiv page by id and some other features",
    "browser_action": {
        "default_icon": "favicon-19.png",
        "default_title": "PixivLink",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "favicon-16.png",
        "19": "favicon-19.png",
        "48": "favicon-48.png",
        "128": "favicon-128.png"
    }
}