Updoot for Reddit
Shortcuts, mods and tools for browsing the front page of the internet.
Updoot for Reddit क्या है?
Updoot for Reddit Jake Bown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shortcuts, mods and tools for browsing the front page of the internet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Updoot for Reddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |