Move Reddit Buttons

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

什麼是Move Reddit Buttons?

Move Reddit Buttons是由Ictinus開發的Chrome擴展程式,該擴展的主要功能是“Moves the share/save/hide/report buttons to the left.”。

擴展截圖

screenshot

下載Move Reddit Buttons擴展crx文件

下載Move Reddit Buttons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Move Reddit Buttons Move Reddit Buttons
ID mbdhoojhjoeboanilfflnmffphkndicn
官方網址 https://chromewebstore.google.com/detail/move-reddit-buttons/mbdhoojhjoeboanilfflnmffphkndicn
簡介 Moves the share/save/hide/report buttons to the left.
檔案大小 53.45 KB
安裝次數 14
目前版本 1.23.1
更新時間 2014-07-26
上架時間 2014-07-26
評分 4.71/5 共 7 次評分
開發者 Ictinus
付費類型 free
說明頁面URL http://userscripts.org/scripts/show/66496
支援的語言 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"
            ]
        }
    ]
}