Move Reddit Buttons
Moves the share/save/hide/report buttons to the left.
Was ist Move Reddit Buttons?
Move Reddit Buttons ist eine Chrome-Erweiterung, die von Ictinus entwickelt wurde, und ihr Hauptmerkmal ist "Moves the share/save/hide/report buttons to the left.".
Erweiterungsscreenshots
Move Reddit Buttons-Erweiterungs-CRX-Datei herunterladen
Laden Sie Move Reddit Buttons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Move Reddit Buttons |
ID | mbdhoojhjoeboanilfflnmffphkndicn |
Offizielle URL | https://chromewebstore.google.com/detail/move-reddit-buttons/mbdhoojhjoeboanilfflnmffphkndicn |
Beschreibung | Moves the share/save/hide/report buttons to the left. |
Dateigröße | 53.45 KB |
Installationsanzahl | 14 |
Aktuelle Version | 1.23.1 |
Letztes Update | 2014-07-26 |
Veröffentlichungsdatum | 2014-07-26 |
Bewertung | 4.71/5 Insgesamt 7 Bewertungen |
Entwickler | Ictinus |
Zahlungsart | free |
Hilfeseite URL | http://userscripts.org/scripts/show/66496 |
Unterstützte Sprachen | 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" ] } ] } |