Move Reddit Buttons

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

Apa itu Move Reddit Buttons?

Move Reddit Buttons adalah ekstensi Chrome yang dikembangkan oleh Ictinus, dan fitur utamanya adalah "Moves the share/save/hide/report buttons to the left.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Move Reddit Buttons

Unduh file ekstensi Move Reddit Buttons dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Move Reddit Buttons Move Reddit Buttons
ID mbdhoojhjoeboanilfflnmffphkndicn
URL Resmi https://chromewebstore.google.com/detail/move-reddit-buttons/mbdhoojhjoeboanilfflnmffphkndicn
Deskripsi Moves the share/save/hide/report buttons to the left.
Ukuran File 53.45 KB
Jumlah Instalasi 14
Versi Saat Ini 1.23.1
Terakhir Diperbarui 2014-07-26
Tanggal Publikasi 2014-07-26
Penilaian 4.71/5 Total 7 Penilaian
Pengembang Ictinus
Tipe Pembayaran free
URL Halaman Bantuan http://userscripts.org/scripts/show/66496
Bahasa yang Didukung 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"
            ]
        }
    ]
}