Move Reddit Buttons
Moves the share/save/hide/report buttons to the left.
Hvad er Move Reddit Buttons?
Move Reddit Buttons er en Chrome-udvidelse udviklet af Ictinus, og dens hovedfunktion er "Moves the share/save/hide/report buttons to the left.".
Udvidelsesskærmbilleder
Download Move Reddit Buttons-udvidelses-CRX-fil
Download Move Reddit Buttons-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Move Reddit Buttons |
ID | mbdhoojhjoeboanilfflnmffphkndicn |
Officiel URL | https://chromewebstore.google.com/detail/move-reddit-buttons/mbdhoojhjoeboanilfflnmffphkndicn |
Beskrivelse | Moves the share/save/hide/report buttons to the left. |
Filstørrelse | 53.45 KB |
Antal Installationer | 14 |
Nuværende Version | 1.23.1 |
Senest Opdateret | 2014-07-26 |
Udgivelsesdato | 2014-07-26 |
Bedømmelse | 4.71/5 Samlet 7 Bedømmelser |
Udvikler | Ictinus |
Betalingsmetode | free |
Hjælpeside-URL | http://userscripts.org/scripts/show/66496 |
Understøttede Sprog | 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" ] } ] } |