오늘의 유머 이전 다음글 단축키

오늘의 유머 사이트에서 < > 키를 이용 다음글, 이전글을 바로 이동할수 있는 단축키 기능

What is 오늘의 유머 이전 다음글 단축키?

오늘의 유머 이전 다음글 단축키 is a Chrome extension developed by https://www.thebar.kr, 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

                        오늘의 유머 사이트 이용 단축키 제공
1. > 누르면 다음글
2. < 누르면 이전글
3. Ctrl + > 누르면 다음 페이지
4. Ctrl + < 누르면 이전 페이지                    

Extension Basic Information

Name 오늘의 유머 이전 다음글 단축키 오늘의 유머 이전 다음글 단축키
ID mbakalfbfiolfmeoojlfahddhibjnndk
Official URL https://chromewebstore.google.com/detail/%EC%98%A4%EB%8A%98%EC%9D%98-%EC%9C%A0%EB%A8%B8-%EC%9D%B4%EC%A0%84-%EB%8B%A4%EC%9D%8C%EA%B8%80-%EB%8B%A8%EC%B6%95%ED%82%A4/mbakalfbfiolfmeoojlfahddhibjnndk
Description 오늘의 유머 사이트에서 < > 키를 이용 다음글, 이전글을 바로 이동할수 있는 단축키 기능
File Size 5.83 KB
Installation Count 23
Current Version 1.1
Last Updated 2013-10-04
Publish Date 2013-10-03
Rating 5.00/5 Total 2 Ratings
Developer https://www.thebar.kr
Email [email protected]
Payment Type free
Extension Website http://www.todayhumor.co.kr
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\uc624\ub298\uc758 \uc720\uba38 \uc774\uc804 \ub2e4\uc74c\uae00 \ub2e8\ucd95\ud0a4",
    "description": "\uc624\ub298\uc758 \uc720\uba38 \uc0ac\uc774\ud2b8\uc5d0\uc11c < > \ud0a4\ub97c \uc774\uc6a9 \ub2e4\uc74c\uae00, \uc774\uc804\uae00\uc744 \ubc14\ub85c \uc774\ub3d9\ud560\uc218 \uc788\ub294 \ub2e8\ucd95\ud0a4 \uae30\ub2a5",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.todayhumor.co.kr\/*"
            ],
            "js": [
                "shortcut.js"
            ],
            "run_at": "document_end"
        }
    ]
}