Move Reddit Buttons

Moves the share/save/hide/report buttons to the left.

Qu'est-ce que Move Reddit Buttons ?

Move Reddit Buttons est une extension Chrome développée par Ictinus, et sa fonction principale est "Moves the share/save/hide/report buttons to the left.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Move Reddit Buttons

Téléchargez les fichiers d'extension Move Reddit Buttons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Move Reddit Buttons Move Reddit Buttons
ID mbdhoojhjoeboanilfflnmffphkndicn
URL Officiel https://chromewebstore.google.com/detail/move-reddit-buttons/mbdhoojhjoeboanilfflnmffphkndicn
Description Moves the share/save/hide/report buttons to the left.
Taille du Fichier 53.45 KB
Nombre d'Installations 14
Version Actuelle 1.23.1
Dernière Mise à Jour 2014-07-26
Date de Publication 2014-07-26
Évaluation 4.71/5 Total 7 Évaluations
Développeur Ictinus
Type de Paiement free
URL de la Page d'Aide http://userscripts.org/scripts/show/66496
Langues Prises en Charge 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"
            ]
        }
    ]
}