Unsticky Medium
Unsticky the header and footer on sites that use the Medium.com platform
Unsticky Mediumとは何ですか?
Unsticky Mediumはjlei523によって開発されたChromeの拡張機能で、その主な機能は「Unsticky the header and footer on sites that use the Medium.com platform」です。
拡張機能のスクリーンショット
Unsticky Medium拡張機能のCRXファイルをダウンロード
Unsticky Medium拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin unstickies the header and footer on Medium.com and Medium platform sites - leaving you with much more room to read the content. To use: Click on the extension icon each time you're on a Medium.com or Medium platform article.
拡張機能の基本情報
名前 | |
ID | laadcleekgoihflinfdkfhefnfclphkm |
公式URL | https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm |
説明 | Unsticky the header and footer on sites that use the Medium.com platform |
ファイルサイズ | 4.8 KB |
インストール数 | 36 |
現在のバージョン | 1.1 |
最終更新日 | 2017-10-22 |
公開日 | 2017-10-22 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | jlei523 |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jlei523/unsticky-medium |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unsticky Medium", "description": "Unsticky the header and footer on sites that use the Medium.com platform", "version": "1.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Unsticky the header and footer on sites that use the Medium.com platform", "default_icon": "icon.png" }, "manifest_version": 2 } |