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 파일 다운로드

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

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 PixivLink PixivLink
ID nchkhdekpacpmemhgbankecjdiacfcmc
공식 URL 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"
    }
}