Updoot for Reddit

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

Updoot for Redditคืออะไร?

Updoot for Reddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jake Bown และคุณลักษณะหลักของมันคือ "Shortcuts, mods and tools for browsing the front page of the internet."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Updoot for Reddit

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}