Move Reddit Buttons
Moves the share/save/hide/report buttons to the left.
¿Qué es Move Reddit Buttons?
Move Reddit Buttons es una extensión de Chrome desarrollada por Ictinus, y su función principal es "Moves the share/save/hide/report buttons to the left.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Move Reddit Buttons
Descarga archivos de extensión Move Reddit Buttons en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Move Reddit Buttons |
ID | mbdhoojhjoeboanilfflnmffphkndicn |
URL Oficial | https://chromewebstore.google.com/detail/move-reddit-buttons/mbdhoojhjoeboanilfflnmffphkndicn |
Descripción | Moves the share/save/hide/report buttons to the left. |
Tamaño del Archivo | 53.45 KB |
Cantidad de Instalaciones | 14 |
Versión Actual | 1.23.1 |
Última Actualización | 2014-07-26 |
Fecha de Publicación | 2014-07-26 |
Calificación | 4.71/5 Total de 7 Calificaciones |
Desarrollador | Ictinus |
Tipo de Pago | free |
URL de la Página de Ayuda | http://userscripts.org/scripts/show/66496 |
Idiomas Soportados | 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" ] } ] } |