Reply and Upvote for Reddit
Default upvote a reddit post or submission if you reply.
Reply and Upvote for Redditとは何ですか?
Reply and Upvote for RedditはDerek Storyによって開発されたChromeの拡張機能で、その主な機能は「Default upvote a reddit post or submission if you reply.」です。
拡張機能のスクリーンショット
Reply and Upvote for Reddit拡張機能のCRXファイルをダウンロード
Reply and Upvote for Reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reply and Upvote for Reddit is an easy way to make sure you upvote a thread or parent comment when you contribute to it. This is useful for things like /r/askreddit where you probably would like the thread to get upvoted so your comment has a a chance of getting seen by the masses. Karma! \m/ Many, like myself, forget to upvote a thread when I'm busy thinking about my reply to it. This extension will provide a checkbox (defaulted to be checked) next to the reply "save" button that reads "Upvote Thread" if you are contributing a direct reply to the thread, or it will say "Upvote Reply" if you are replying to another reply. Simply leave it and reply and you will upvote the thread or parent comment. However, maybe you think the thread/parent comment is stupid and you're commenting to say that. Just uncheck it you Debby Downer. -------------------------- Like this extension? Donations are appreciated at: http://bit.ly/1lV6EXs -------------------------- contact: [email protected] http://derekstory.com
拡張機能の基本情報
名前 | Reply and Upvote for Reddit |
ID | njgjhlnpcklgfpodinpnoiifjfnmadac |
公式URL | https://chromewebstore.google.com/detail/reply-and-upvote-for-redd/njgjhlnpcklgfpodinpnoiifjfnmadac |
説明 | Default upvote a reddit post or submission if you reply. |
ファイルサイズ | 238 KB |
インストール数 | 48 |
現在のバージョン | 2.2 |
最終更新日 | 2016-07-06 |
公開日 | 2016-07-05 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Derek Story |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reply and Upvote for Reddit", "description": "Default upvote a reddit post or submission if you reply.", "version": "2.2", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "run_at": "document_start", "js": [ "jquery.js", "reddit_upvote.js" ] } ], "background": { "scripts": [ "background.js" ] } } |