Minimal Stack Overflow
A simple way to hide both sidebars from Stack Overflow question`s page
Minimal Stack Overflowとは何ですか?
Minimal Stack OverflowはFelipe Mendesによって開発されたChromeの拡張機能で、その主な機能は「A simple way to hide both sidebars from Stack Overflow question`s page」です。
拡張機能のスクリーンショット
Minimal Stack Overflow拡張機能のCRXファイルをダウンロード
Minimal Stack Overflow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | iacpemcanoendljfmmdcbonjanbmpmha |
| 公式URL | https://chromewebstore.google.com/detail/minimal-stack-overflow/iacpemcanoendljfmmdcbonjanbmpmha |
| 説明 | A simple way to hide both sidebars from Stack Overflow question`s page |
| ファイルサイズ | 69.99 KB |
| インストール数 | 67 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2019-02-15 |
| 公開日 | 2019-02-14 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Felipe Mendes |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/felipemendes/minimal-stack-overflow |
| ヘルプページのURL | https://github.com/felipemendes/minimal-stack-overflow/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Minimal Stack Overflow",
"version": "0.0.2",
"manifest_version": 2,
"description": "A simple way to hide both sidebars from Stack Overflow question`s page",
"homepage_url": "https:\/\/github.com\/felipemendes\/minimal-stack-overflow",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Minimal Stack Overflow"
},
"content_scripts": [
{
"css": [
"css\/styles.min.css"
],
"js": [
"js\/content.js"
],
"matches": [
"https:\/\/stackoverflow.com\/questions\/*",
"https:\/\/*.stackoverflow.com\/questions\/*"
]
}
]
} | |