BLACKPINK 갤러리 리스트 애드온

이용자메모, 미리보기, 빠른비추

BLACKPINK 갤러리 리스트 애드온란 무엇입니까?

BLACKPINK 갤러리 리스트 애드온은(는) syungrn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "이용자메모, 미리보기, 빠른비추"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

BLACKPINK 갤러리 리스트 애드온 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        # 추가기능

- 목록에서 이용자메모
- 목록에서 비추표시
- 목록에서 미리보기

# 사용방법

1) 목록에서 이용자메모 
아이디 - 메모
아이피 - 메모

2) 목록에서 비추표시
- 목록에서 마우스 오버시 비추버튼이 바로 보인다.                    

확장 프로그램 기본 정보

이름 BLACKPINK 갤러리 리스트 애드온 BLACKPINK 갤러리 리스트 애드온
ID jhkbgkmhlegkfpepbpnlmbojallgdial
공식 URL https://chrome.google.com/webstore/detail/blackpink-%EA%B0%A4%EB%9F%AC%EB%A6%AC-%EB%A6%AC%EC%8A%A4%ED%8A%B8-%EC%95%A0%EB%93%9C%EC%98%A8/jhkbgkmhlegkfpepbpnlmbojallgdial
설명 이용자메모, 미리보기, 빠른비추
파일 크기 318 KB
설치 횟수 113
현재 버전 0.41
최근 업데이트 2019-12-17
출시 날짜 2019-12-15
평점 5.00/5 총 1 개의 평점
개발자 syungrn
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://gall.dcinside.com/board/lists?id=blackpink
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BLACKPINK \uac24\ub7ec\ub9ac \ub9ac\uc2a4\ud2b8 \uc560\ub4dc\uc628",
    "description": "\uc774\uc6a9\uc790\uba54\ubaa8, \ubbf8\ub9ac\ubcf4\uae30, \ube60\ub978\ube44\ucd94",
    "version": "0.41",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/gall.dcinside.com\/*",
                "https:\/\/gall.dcinside.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "windows",
        "storage",
        "http:\/\/gall.dcinside.com\/*",
        "https:\/\/gall.dcinside.com\/*",
        "http:\/\/blping.mooo.com\/*",
        "https:\/\/blping.mooo.com\/*"
    ]
}