0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

利用状況把握拡張機能⑦ - ソースコード

Last updated at Posted at 2023-12-26

 この記事は自身が作った拡張機能のソースコードになります。具体的な機能の説明などは、別途記事をご覧いただければ。

ソースコード

 コードに関しては省略している部分も多く、このままでは自分の拡張機能を試すことも不可能な為、ソースコードをプライベートですが公開しているので、興味のあるお方はそちらからインストールしていただければ利用できるかと

ファイル構成は以下の通り。画像などは個人でお好みのものを。
moumudaTime/
├ images/
| ├ delete.png
| ├icons16.png
| ├icons32.png
| ├icons48.png
| └icons128.png

├ scripts/
| ├ content_script.js
| ├ popup.js
| ├ service_worker.js
| └ setting.js

├ styles/
| ├ lockscreen.css
| ├ popup.css
| └setting.css

├ lockscreen.html
├manifest.json
├popup.html
└Time_setting.html

ここからは全てソースコードとなります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?