Hide Fixed Elements (packaged by Denis)
Hide fixed elements on a page to open up more viewing space
Hide Fixed Elements (packaged by Denis)とは何ですか?
Hide Fixed Elements (packaged by Denis)はhttps://sokolov.ccによって開発されたChromeの拡張機能で、その主な機能は「Hide fixed elements on a page to open up more viewing space」です。
拡張機能のスクリーンショット
Hide Fixed Elements (packaged by Denis)拡張機能のCRXファイルをダウンロード
Hide Fixed Elements (packaged by Denis)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Originally created by Andrew F.
The original package was outdated and removed from the store, this is a repackaged version.
https://github.com/andfarm/HideFixedElements 拡張機能の基本情報
| 名前 | |
| ID | jfgjldkmonkamcehfffkfblofgimphld |
| 公式URL | https://chromewebstore.google.com/detail/hide-fixed-elements-packa/jfgjldkmonkamcehfffkfblofgimphld |
| 説明 | Hide fixed elements on a page to open up more viewing space |
| ファイルサイズ | 26.84 KB |
| インストール数 | 81 |
| 現在のバージョン | 1.2.2 |
| 最終更新日 | 2022-12-29 |
| 公開日 | 2022-12-28 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://sokolov.cc |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/denis-sokolov/hide-fixed-elements |
| ヘルプページのURL | https://github.com/denis-sokolov/hide-fixed-elements/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hide Fixed Elements (packaged by Denis)",
"description": "Hide fixed elements on a page to open up more viewing space",
"version": "1.2.2",
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": {
"48": "icon48.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
]
} | |