Move Reddit Buttons
Moves the share/save/hide/report buttons to the left.
Wat is Move Reddit Buttons?
Move Reddit Buttons is een Chrome-extensie ontwikkeld door Ictinus, en de belangrijkste functie is "Moves the share/save/hide/report buttons to the left.".
Extensie Screenshots
Download het CRX-bestand van de extensie Move Reddit Buttons
Download Move Reddit Buttons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Move Reddit Buttons |
ID | mbdhoojhjoeboanilfflnmffphkndicn |
Officiële URL | https://chromewebstore.google.com/detail/move-reddit-buttons/mbdhoojhjoeboanilfflnmffphkndicn |
Beschrijving | Moves the share/save/hide/report buttons to the left. |
Bestandsgrootte | 53.45 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.23.1 |
Laatst Bijgewerkt | 2014-07-26 |
Publicatiedatum | 2014-07-26 |
Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Ictinus |
Betalingswijze | free |
Help Pagina-URL | http://userscripts.org/scripts/show/66496 |
Ondersteunde Talen | 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" ] } ] } |