네이버 카페 뒤로가기

네이버 카페에서 뒤로가기를 하면 카페 메인으로 이동하는 문제를 해결해줍니다.

What is 네이버 카페 뒤로가기?

네이버 카페 뒤로가기 is a Chrome extension developed by http://gyuyeon.com, and its main feature is "네이버 카페에서 뒤로가기를 하면 카페 메인으로 이동하는 문제를 해결해줍니다.".

Extension Screenshots

screenshot

Download 네이버 카페 뒤로가기 Extension CRX File

Download 네이버 카페 뒤로가기 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        네이버 카페에서 뒤로가기를 하면 카페 메인으로 이동하는 문제를 해결해줍니다.

- 피드백
http://gyuyeon.com/ko/contact/

-----변경사항-----

v2.1.5
휠클릭 버그 수정.

v2.1.4
휠클릭 버그 수정.

v2.1.2
댓글수 클릭시 댓글창이 안열리는 버그 수정.

v2.1.1
글주소로 카페접속시 항상 메인으로가는 문제 수정.

v2.1.0
글작성시 메뉴가 보이게 수정.
게시물 휠클릭시 새탭에서 열리게 수정.

v2.0
프로그램 동작방식을 완전히 변경.
거의 대부분의 버그 수정.

v1.0.7
글목록에 뒤로가기 적용.

v1.0.6
게시물 보기 개수가 유지되도록 수정.

v1.0.5
공지사항에 뒤로가기 적용.

v1.0.4
카페 검색에 뒤로가기 적용.

v1.0.3
글에서 목록에 뒤로가기 적용.

v1.0.1
목록에서 현재 게시판이 강조되도록 수정.                    

Extension Basic Information

Name 네이버 카페 뒤로가기 네이버 카페 뒤로가기
ID hgkjfjpecapehfbmiibahhgikhnkolnc
Official URL https://chrome.google.com/webstore/detail/%EB%84%A4%EC%9D%B4%EB%B2%84-%EC%B9%B4%ED%8E%98-%EB%92%A4%EB%A1%9C%EA%B0%80%EA%B8%B0/hgkjfjpecapehfbmiibahhgikhnkolnc
Description 네이버 카페에서 뒤로가기를 하면 카페 메인으로 이동하는 문제를 해결해줍니다.
File Size 50.98 KB
Installation Count 6,904
Current Version 2.1.5
Last Updated 2013-10-11
Publish Date 2013-10-11
Rating 4.56/5 Total 52 Ratings
Developer http://gyuyeon.com
Payment Type free
Extension Website http://gyuyeon.com/ko/extensions/naver-cafe-back/
Help Page URL http://gyuyeon.com/ko/contact/
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\ub124\uc774\ubc84 \uce74\ud398 \ub4a4\ub85c\uac00\uae30",
    "description": "\ub124\uc774\ubc84 \uce74\ud398\uc5d0\uc11c \ub4a4\ub85c\uac00\uae30\ub97c \ud558\uba74 \uce74\ud398 \uba54\uc778\uc73c\ub85c \uc774\ub3d9\ud558\ub294 \ubb38\uc81c\ub97c \ud574\uacb0\ud574\uc90d\ub2c8\ub2e4.",
    "version": "2.1.5",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/cafe.naver.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}