Medium Unhooked

Hides the news feed on Medium.com

Medium Unhookedとは何ですか?

Medium UnhookedはPamela Foxによって開発されたChromeの拡張機能で、その主な機能は「Hides the news feed on Medium.com」です。

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

screenshot

Medium Unhooked拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Medium.com has a front page news feed. It's great if you use Medium as a news discovery website, but not so great if you are prone to distraction (like most of us) and/or primarily use Medium.com as a writing tool. This extension hides the feed and instead presents you with quick links to write a new story or browse your drafts. You can still read stories that people share with you outside of the front page, you just won't be bombarded with story recommendations when you hit the front page anymore.                    

拡張機能の基本情報

名前 Medium Unhooked Medium Unhooked
ID chaldheffndbdmcoehdjhdllpnchffdo
公式URL https://chrome.google.com/webstore/detail/medium-unhooked/chaldheffndbdmcoehdjhdllpnchffdo
説明 Hides the news feed on Medium.com
ファイルサイズ 6.15 KB
インストール数 13
現在のバージョン 0.9
最終更新日 2018-07-18
公開日 2018-07-18
評価 5.00/5 合計 2 レビュー
開発者 Pamela Fox
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/pamelafox/medium-feed-hider
ヘルプページのURL https://github.com/pamelafox/medium-feed-hider/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium Unhooked",
    "version": "0.9",
    "description": "Hides the news feed on Medium.com",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/medium.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "manifest_version": 2
}