Updoot for Reddit

Shortcuts, mods and tools for browsing the front page of the internet.

Updoot for Reddit란 무엇입니까?

Updoot for Reddit은(는) Jake Bown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shortcuts, mods and tools for browsing the front page of the internet."입니다.

확장 프로그램 스크린샷

screenshot

Updoot for Reddit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Updoot enables shortcuts, modifications and tools for browsing Reddit, the front page of the internet.

Here are the shortcuts for Updoot:

SHIFT + S = Search
SHIFT + L = Login/Logout
SHIFT + F = Frontpage
SHIFT + C = Comment
SHIFT + I = Goto Inbox
SHIFT + K = Temporarily change Karma score
SHIFT + D = Change all images on page to Dickbutts
SHIFT + X = Dyslexic Mode
SHIFT + Q = All font is Comic Sans
SHIFT + H = Hide Subreddit
SHIFT + P = New Post
SHIFT + U = Search User
SHIFT + R = Goto Subreddit
SHIFT + Up Arrow Key = Upvote
SHIFT + Down Arrow Key = Downvote
SHIFT + Right Arrow Key = Next Page
SHIFT + Left Arrow Key = Previous Page
SHIFT + M = Compose Message
SHIFT + A = Goto Author Account (@jakobitz)

If you want to request a mod, shortcut or tool for Updoot, contact me on Reddit @jakobitz                    

확장 프로그램 기본 정보

이름 Updoot for Reddit Updoot for Reddit
ID jokmajdmmomojfbejghimcklehlmmoji
공식 URL https://chromewebstore.google.com/detail/updoot-for-reddit/jokmajdmmomojfbejghimcklehlmmoji
설명 Shortcuts, mods and tools for browsing the front page of the internet.
파일 크기 99.84 KB
설치 횟수 16
현재 버전 1.1.1
최근 업데이트 2015-11-19
출시 날짜 2015-11-18
개발자 Jake Bown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Updoot for Reddit",
    "manifest_version": 2,
    "version": "1.1.1",
    "background": {
        "page": "background.html"
    },
    "description": "Shortcuts, mods and tools for browsing the front page of the internet.",
    "browser_action": {
        "name": "Updoot for Reddit",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "doot.css"
            ]
        }
    ]
}