{"id":17096121,"url":"https://github.com/ega4432/tweet-current-page","last_synced_at":"2026-02-19T12:02:48.510Z","repository":{"id":43728415,"uuid":"432655396","full_name":"ega4432/tweet-current-page","owner":"ega4432","description":"The simple chrome extension that allows you to tweet the site you are currently viewing.","archived":false,"fork":false,"pushed_at":"2024-03-11T21:37:47.000Z","size":969,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T20:32:52.140Z","etag":null,"topics":["chrome","chrome-extension","typescript"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/tweet-current-page/nokopdeekeebamcndeoakihbgenjmbll?hl=ja","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ega4432.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-11-28T08:13:05.000Z","updated_at":"2025-01-07T00:01:39.000Z","dependencies_parsed_at":"2024-12-19T08:21:45.664Z","dependency_job_id":null,"html_url":"https://github.com/ega4432/tweet-current-page","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ega4432/tweet-current-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Ftweet-current-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Ftweet-current-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Ftweet-current-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Ftweet-current-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ega4432","download_url":"https://codeload.github.com/ega4432/tweet-current-page/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Ftweet-current-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29612510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","chrome-extension","typescript"],"created_at":"2024-10-14T14:44:41.183Z","updated_at":"2026-02-19T12:02:48.491Z","avatar_url":"https://github.com/ega4432.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tweet Current Page\n\n![Chrome Web Store](https://img.shields.io/chrome-web-store/v/nokopdeekeebamcndeoakihbgenjmbll?style=plastic)\n![GitHub](https://img.shields.io/github/license/ega4432/tweet-current-page?style=plastic)\n[![release](https://github.com/ega4432/tweet-current-page/actions/workflows/release.yaml/badge.svg)](https://github.com/ega4432/tweet-current-page/actions/workflows/release.yaml)\n\n## 概要\n\n現在表示しているサイトをツイートできるシンプルな Chrome 拡張機能です。\n\n![demo](https://user-images.githubusercontent.com/38056766/144696879-6f4b5c68-4f00-42bb-8b9d-7437bffb8284.gif)\n\n## インストール\n\nChrome web store からインストールできます。\n\n[Tweet Current Page \\- Chrome ウェブストア](https://chrome.google.com/webstore/detail/tweet-current-page/nokopdeekeebamcndeoakihbgenjmbll?hl=ja)\n\n## 開発\n\n```sh\n# Git clone\n$ git clone git@github.com:ega4432/tweet-current-page.git\n\n# 依存パッケージのインストール\n$ yarn\n\n# ビルド\n$ yarn build\n```\n\n## デプロイ\n\n### 通常のデプロイフロー\n\n事前に GitHub の Secret に秘匿情報を追加する必要があります。秘匿情報の生成については [こちら](https://github.com/fregante/chrome-webstore-upload/blob/main/How%20to%20generate%20Google%20API%20keys.md) を参考にしてください。\n\nGitHub にタグをプッシュすると自動で[デプロイが走ります](https://github.com/ega4432/tweet-current-page/actions/workflows/release.yaml)。この時打ったタグが Chrome Web Store のパッケージのバージョンになります。\n\n```shell\n$ git tag -a 'v*.*.*' -m 'something'\n\n$ git push origin v*.*.*\n```\n\n### GitHub Actions をデバッグ\n\nGitHub Actions のワークフローをローカルでデバッグしたい場合は以下のように act を使用します。デフォルトでは `push` イベントをトリガにした場合の処理が実行されます。\n\n```shell\n$ brew install act\n\n$ ./scripts/act.sh\n```\n\n### マニュアルデプロイ\n\n手動でデプロイしたい場合は、以下のようにローカルに .env を準備して行います。\n\n```shell\n# 生成した秘匿情報をペーストします\n$ cp .env.example .env\n\n$ ./scripts/deploy.sh\n```\n\n[Chrome Web Store Developer Dashboard](https://chrome.google.com/webstore/devconsole) を確認して、デプロイが完了したかを確認します。\n\n## 作者\n\nega4432: [GitHub](https://github.com/ega4432) / [Twitter](https://twitter.com/ega4432)\n\n## ライセンス\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fega4432%2Ftweet-current-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fega4432%2Ftweet-current-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fega4432%2Ftweet-current-page/lists"}