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.”。
擴展截圖
下載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 |
ID | jokmajdmmomojfbejghimcklehlmmoji |
官方網址 | 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" ] } ] } |