Display: none;
An extension to hide element on screen using display:none; CSS property
Display: none;とは何ですか?
Display: none;はDorianによって開発されたChromeの拡張機能で、その主な機能は「An extension to hide element on screen using display:none; CSS property」です。
拡張機能のスクリーンショット
Display: none;拡張機能のCRXファイルをダウンロード
Display: none;拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A context menu option to hide an element on a page using the simple CSS property : display: none; 拡張機能の基本情報
| 名前 | |
| ID | djcocilemlnkfokbpjegkdmllfjldeda |
| 公式URL | https://chromewebstore.google.com/detail/display-none/djcocilemlnkfokbpjegkdmllfjldeda |
| 説明 | An extension to hide element on screen using display:none; CSS property |
| ファイルサイズ | 23.48 KB |
| インストール数 | 211 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2021-04-21 |
| 公開日 | 2021-04-20 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Dorian |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Display: none;",
"version": "0.1.1",
"permissions": [
"contextMenus"
],
"icons": {
"16": "img\/hide_logo.png",
"48": "img\/hide_logo_48.png",
"128": "img\/hide_logo_128.png"
},
"description": "An extension to hide element on screen using display:none; CSS property",
"optional_permissions": [],
"content_scripts": [
{
"matches": [
" | |