Move Reddit Buttons
Moves the share/save/hide/report buttons to the left.
什么是Move Reddit Buttons?
Move Reddit Buttons是由Ictinus开发的Chrome扩展程序,该扩展的主要功能是“Moves the share/save/hide/report buttons to the left.”。
扩展截图
下载Move Reddit Buttons扩展crx文件
下载Move Reddit Buttons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Intended for Reddit, this extension moves the share/save/hide/report/comment buttons to the left of the tagline (points/age/submitter) so that the buttons do not change position horizontally from one entry to the next. Especially convenient for those who like to hide entries in rapid succession. You may also wish to check out the evolved version of this extension which is a userscript. See the support link.
扩展基本信息
名称 | Move Reddit Buttons |
ID | mbdhoojhjoeboanilfflnmffphkndicn |
官方URL | https://chromewebstore.google.com/detail/move-reddit-buttons/mbdhoojhjoeboanilfflnmffphkndicn |
简介 | Moves the share/save/hide/report buttons to the left. |
文件大小 | 53.45 KB |
安装次数 | 14 |
当前版本 | 1.23.1 |
更新时间 | 2014-07-26 |
上架时间 | 2014-07-26 |
评分 | 4.71/5 共7次评分 |
开发者 | Ictinus |
付费类型 | free |
帮助页面URL | http://userscripts.org/scripts/show/66496 |
支持的语言 | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Move Reddit Buttons", "description": "Moves the share\/save\/hide\/report buttons to the left.", "version": "1.23.1", "background": { "scripts": [] }, "permissions": [ "http:\/\/*.reddit.com\/", "https:\/\/*.reddit.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "run_at": "document_end", "js": [ "moveRedditButtons.user.js" ] } ] } |