PixivLink

open the pixiv page by id and some other features

什麼是PixivLink?

PixivLink是由chenwei1312開發的Chrome擴展程式,該擴展的主要功能是“open the pixiv page by id and some other features”。

下載PixivLink擴展crx文件

下載PixivLink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

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

擴展基本資訊

名稱 PixivLink PixivLink
ID nchkhdekpacpmemhgbankecjdiacfcmc
官方網址 https://chromewebstore.google.com/detail/pixivlink/nchkhdekpacpmemhgbankecjdiacfcmc
簡介 open the pixiv page by id and some other features
檔案大小 50.16 KB
安裝次數 64
目前版本 0.1
更新時間 2016-05-04
上架時間 2016-05-03
評分 5.00/5 共 2 次評分
開發者 chenwei1312
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Xliezone/PixivLink
支援的語言 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"
    }
}