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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Updoot for Reddit
قم بتنزيل ملفات الامتداد Updoot for Reddit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } ] } |