BLACKPINK 갤러리 리스트 애드온
이용자메모, 미리보기, 빠른비추
BLACKPINK 갤러리 리스트 애드온とは何ですか?
BLACKPINK 갤러리 리스트 애드온はsyungrnによって開発されたChromeの拡張機能で、その主な機能は「이용자메모, 미리보기, 빠른비추」です。
拡張機能のスクリーンショット
BLACKPINK 갤러리 리스트 애드온拡張機能のCRXファイルをダウンロード
BLACKPINK 갤러리 리스트 애드온拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
# 추가기능
- 목록에서 이용자메모
- 목록에서 비추표시
- 목록에서 미리보기
# 사용방법
1) 목록에서 이용자메모
아이디 - 메모
아이피 - 메모
2) 목록에서 비추표시
- 목록에서 마우스 오버시 비추버튼이 바로 보인다. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |