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ファイルをダウンロード

Updoot for Reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}