딴게이 메모

딴게이(딴지일보 자유게시판 이용자)를 위한 메모/차단 기능, 설치 후 옵션 페이지를 확인해주세요.

딴게이 메모란 무엇입니까?

딴게이 메모은(는) SYUNG에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "딴게이(딴지일보 자유게시판 이용자)를 위한 메모/차단 기능, 설치 후 옵션 페이지를 확인해주세요."입니다.

확장 프로그램 스크린샷

screenshot

딴게이 메모 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        딴지일보 자유게시판 메모기능 ㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷ 
설치 후 옵션 페이지 확인해주세욤

v0.20  [차단기능추가] 차단할 유저는 메모에 '차단'이라고 입력하세요. 
v0.30  [관심기능추가] 관심있는 유저에게 메모에 '관심'이라고 입력하세요. (차단의 반대 의미)
       - 상세페이지에서 글 작성자를 눌러메모를 추가한경우 리스트에 출력되지 않던 이슈 수정
v0.40  [후방주의기능추가]                    

확장 프로그램 기본 정보

이름 딴게이 메모 딴게이 메모
ID odimgloihnchgmijalnlkanefghommpp
공식 URL https://chromewebstore.google.com/detail/%EB%94%B4%EA%B2%8C%EC%9D%B4-%EB%A9%94%EB%AA%A8/odimgloihnchgmijalnlkanefghommpp
설명 딴게이(딴지일보 자유게시판 이용자)를 위한 메모/차단 기능, 설치 후 옵션 페이지를 확인해주세요.
파일 크기 111 KB
설치 횟수 703
현재 버전 0.43
최근 업데이트 2015-06-01
출시 날짜 2015-06-01
평점 4.88/5 총 42 개의 평점
개발자 SYUNG
결제 유형 free
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\ub534\uac8c\uc774 \uba54\ubaa8",
    "version": "0.43",
    "author": "syungkim",
    "description": "\ub534\uac8c\uc774(\ub534\uc9c0\uc77c\ubcf4 \uc790\uc720\uac8c\uc2dc\ud310 \uc774\uc6a9\uc790)\ub97c \uc704\ud55c \uba54\ubaa8\/\ucc28\ub2e8 \uae30\ub2a5, \uc124\uce58 \ud6c4 \uc635\uc158 \ud398\uc774\uc9c0\ub97c \ud655\uc778\ud574\uc8fc\uc138\uc694.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ddanzi.com\/*",
                "http:\/\/www.ddanzi.com\/free\/",
                "http:\/\/www.ddanzi.com\/free\/*"
            ],
            "css": [
                "css\/ddangay_content.css"
            ],
            "js": [
                "js\/vendor\/jquery.min.js",
                "js\/vendor\/lodash.min.js",
                "js\/ddangay_content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "css\/*",
        "js\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/www.ddanzi.com\/free\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ddanzi.com\/*"
        ]
    }
}