Reddit Sidebar Toggle

Toggle the sidebar on reddit.com

Reddit Sidebar Toggleとは何ですか?

Reddit Sidebar Toggleはdylan.arapsによって開発されたChromeの拡張機能で、その主な機能は「Toggle the sidebar on reddit.com」です。

拡張機能のスクリーンショット

screenshot
screenshot

Reddit Sidebar Toggle拡張機能のCRXファイルをダウンロード

Reddit Sidebar Toggle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This web extension adds a toolbar button to toggle the sidebar on reddit.com                    

拡張機能の基本情報

名前 Reddit Sidebar Toggle Reddit Sidebar Toggle
ID haoffdjocncdbjehkpphfhdppbopmhnd
公式URL https://chrome.google.com/webstore/detail/reddit-sidebar-toggle/haoffdjocncdbjehkpphfhdppbopmhnd
説明 Toggle the sidebar on reddit.com
ファイルサイズ 6.49 KB
インストール数 86
現在のバージョン 1.0.2
最終更新日 2017-07-11
公開日 2017-07-11
評価 5.00/5 合計 3 レビュー
開発者 dylan.araps
支払い方法 free
拡張機能のウェブサイト https://github.com/dylanaraps/reddit-sidebar-toggle
ヘルプページのURL https://github.com/dylanaraps/reddit-sidebar-toggle/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Sidebar Toggle",
    "version": "1.0.2",
    "description": "Toggle the sidebar on reddit.com",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/reddit-48.png"
    },
    "browser_action": {
        "default_icon": "icons\/reddit-48.png",
        "default_title": "Reddit: Toggle Sidebar"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}