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
公式URL 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"
            ]
        }
    ]
}