Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
[popup/README] 非推奨のメッセージを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreNion committed Oct 24, 2023
1 parent 3296dba commit d708a9c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@

N予備校をダークモードにする拡張機能です! ※このツールは非公式です。

**Issue・Pull Requestsの提出は大歓迎です!!**
# 重要なお知らせ
Ny0bi Toolは正式に開発を終了し、簡易的な保守のみ行うことになりました。

**今後、N予備校に重大な仕様変更が発生した場合、Ny0bi Toolは更新されません。**

なお、後継の拡張機能/フォークを作成する場合は、CoreNionまでご連絡ください。ストアの所有権の譲渡を検討します。

# ダークモードに対応しているページ(v2.0.0)

Expand Down
8 changes: 8 additions & 0 deletions public/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@

<body>
<h1>Ny0bi Tool Menu</h1>
<p id="deprecated">
Ny0bi Toolは正式に開発を終了し、簡易的な保守のみ行うことになりました。
<br>
今後、N予備校に重大な仕様変更が発生した場合、Ny0bi Toolは更新されません。
<br>
なお、後継の拡張機能/フォークを作成する場合は、CoreNionまでご連絡ください。ストアの所有権の譲渡を検討します。
</p>

<div class="setting">
<h3>ダークモードの有効化/無効化</h3>
Expand All @@ -27,6 +34,7 @@ <h3>ホーム画面のダークモードの有効化/無効化</h3>
</div>

<h2>この拡張機能について</h2>

<div class="about">
<h3>拡張機能のバージョン: <b id="version"></b></h3>

Expand Down
7 changes: 6 additions & 1 deletion src/popup/popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ body {
background-color: darkslategray;
color: white;
width: 380px;
height: 350px;
height: 480px;
}

h1 {
Expand Down Expand Up @@ -58,4 +58,9 @@ h1 {
#googleForms:hover {
background-color: white;
color: #00508D;
}

#deprecated {
padding: 5px;
border: 1px solid #FF0000;
}

0 comments on commit d708a9c

Please sign in to comment.