Readable Medium.com
Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience
Readable Medium.comとは何ですか?
Readable Medium.comはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience」です。
拡張機能のスクリーンショット
Readable Medium.com拡張機能のCRXファイルをダウンロード
Readable Medium.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension makes Medium.com more readable by hiding the header/footer when reading the articles.
Both the header and footer can be displayed by scrolling up, it uses a pattern visible on many modern reading sites but for some reason medium doesn't reduce nor hide their header/footer forcing you to have an inferior reading experience. 拡張機能の基本情報
| 名前 | |
| ID | jiopenehkeajnaibdidoaaecammkdooo |
| 公式URL | https://chromewebstore.google.com/detail/readable-mediumcom/jiopenehkeajnaibdidoaaecammkdooo |
| 説明 | Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience |
| ファイルサイズ | 28.55 KB |
| インストール数 | 344 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2018-07-01 |
| 公開日 | 2018-07-01 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | Unknown |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Readable Medium.com",
"version": "1.0.2",
"manifest_version": 2,
"description": "Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/medium.com\/*",
"*:\/\/medium.freecodecamp.org\/*",
"*:\/\/hackernoon.com\/*"
],
"js": [
"src\/improveReadability.js"
],
"css": [
"src\/improveReadability.css"
]
}
]
} | |