{"id":27864832,"url":"https://github.com/devwithkaiju/sitememo","last_synced_at":"2026-05-16T15:38:20.750Z","repository":{"id":277535509,"uuid":"932729039","full_name":"DevWithKaiju/SiteMemo","owner":"DevWithKaiju","description":"ウェブページごとにメモを保存する Chrome 拡張機能","archived":false,"fork":false,"pushed_at":"2025-02-14T15:38:19.000Z","size":511,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-07T23:30:58.777Z","etag":null,"topics":["chrome-extension","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevWithKaiju.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-14T12:13:21.000Z","updated_at":"2025-02-14T15:38:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed4198df-0f63-44c5-83d0-c5acad937492","html_url":"https://github.com/DevWithKaiju/SiteMemo","commit_stats":null,"previous_names":["kaijuatut/sitememo","devwithkaiju/sitememo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevWithKaiju/SiteMemo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevWithKaiju%2FSiteMemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevWithKaiju%2FSiteMemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevWithKaiju%2FSiteMemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevWithKaiju%2FSiteMemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevWithKaiju","download_url":"https://codeload.github.com/DevWithKaiju/SiteMemo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevWithKaiju%2FSiteMemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33108232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","javascript"],"created_at":"2025-05-04T21:12:28.328Z","updated_at":"2026-05-16T15:38:20.727Z","avatar_url":"https://github.com/DevWithKaiju.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# サイト別メモ（拡張機能）\n\n## これはなに\n\n特定のウェブページごとにメモを保存し、後で簡単に確認できるようにするための Chrome 拡張機能です。\n\n## 機能\n\n- **右クリックメニューからメモを追加**：現在のページにメモを保存\n- **保存したメモを表示・削除**：拡張機能アイコンをクリックしてメモ一覧を表示・削除\n- **ページを開いた際にメモを表示**：既にメモがあるページでは自動的に表示\n\n## インストール方法\n\n1. このリポジトリをクローンまたはダウンロード\n2. Chrome の `拡張機能` (`chrome://extensions/`) を開く\n3. `デベロッパーモード` を有効にする\n4. `パッケージ化されていない拡張機能を読み込む` をクリックし、本フォルダを選択\n\n## ファイル構成\n\n### `manifest.json`\n\n拡張機能の設定ファイル。以下の権限を定義しています：\n\n- `storage`: メモの保存\n- `contextMenus`: 右クリックメニューの追加\n- `tabs`: タブの情報取得\n\n### `background.js`\n\n拡張機能のバックグラウンドスクリプト。\n\n- 拡張機能のインストール時にコンテキストメニューを作成\n- メモの追加・表示の処理を管理\n- ページの読み込み完了時にメモを通知\n\n### `content.js`\n\nページ上で実行されるスクリプト。\n\n- メモの入力・保存\n- メモの表示\n\n### `popup.html`\n\n拡張機能アイコンをクリックした際に表示されるポップアップ画面。\n\n- 保存したメモを一覧表示\n\n### `popup.js`\n\nポップアップ画面の動作を管理。\n\n- `chrome.storage.sync` からメモを取得し、リスト表示\n- メモをクリックすると該当ページを開く\n- メモを削除できるようにする\n\n### `popup.css`\n\nポップアップ画面のスタイルを管理。\n\n- メモが長い場合に適切に改行される\n- レイアウトの調整\n\n### `logo.png`\n\n拡張機能のアイコン画像。変更時は `manifest.json` の `icons` のファイル名を書き換えてください。\n\n## 使い方\n\n1. **メモを追加**：\n   - ページ上で右クリック → `このページのメモを追加`\n   - メモを入力し、保存\n   - 既にメモが保存されているページで新たにメモが保存されると、上書きされる\n2. **保存したメモの確認**：\n   - 拡張機能アイコンをクリック\n   - メモ一覧が表示され、クリックするとページを開く\n   - 削除ボタンをクリックすると、該当メモを削除\n3. **ページを開いた際にメモを確認**：\n   - メモが保存されているページを開くと、自動的にアラート表示\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevwithkaiju%2Fsitememo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevwithkaiju%2Fsitememo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevwithkaiju%2Fsitememo/lists"}