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 с друзьями, чтобы легко установить расширения 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 Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |