{"id":13599977,"url":"https://github.com/RyutaKojima/simpleGestures","last_synced_at":"2025-04-10T17:33:08.967Z","repository":{"id":38210897,"uuid":"37719278","full_name":"RyutaKojima/simpleGestures","owner":"RyutaKojima","description":"simpleGesture is Google Chrome extension.","archived":false,"fork":false,"pushed_at":"2024-10-29T20:03:53.000Z","size":5193,"stargazers_count":49,"open_issues_count":7,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-29T22:40:36.046Z","etag":null,"topics":["chrome-extension","googlechrome","mouse-gesture"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/simplegestures/flfminafiamnggnldfpilnfnmbgmiegn","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/RyutaKojima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["RyutaKojima"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2015-06-19T11:58:04.000Z","updated_at":"2024-10-29T20:03:37.000Z","dependencies_parsed_at":"2023-02-13T05:15:28.778Z","dependency_job_id":"5a1a2193-cf3b-459a-8d2d-c6663d71b661","html_url":"https://github.com/RyutaKojima/simpleGestures","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyutaKojima%2FsimpleGestures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyutaKojima%2FsimpleGestures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyutaKojima%2FsimpleGestures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyutaKojima%2FsimpleGestures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyutaKojima","download_url":"https://codeload.github.com/RyutaKojima/simpleGestures/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223442791,"owners_count":17145833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","googlechrome","mouse-gesture"],"created_at":"2024-08-01T17:01:22.776Z","updated_at":"2025-04-10T17:33:08.953Z","avatar_url":"https://github.com/RyutaKojima.png","language":"TypeScript","funding_links":["https://github.com/sponsors/RyutaKojima"],"categories":["TypeScript"],"sub_categories":[],"readme":"![logo](src/img/icon_512.png)\n\n\u003cdiv\u003eIcons made by \u003ca href=\"https://www.flaticon.com/authors/freepik\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e\u003c/div\u003e\n\n====\n\n[![Lint pass](https://github.com/RyutaKojima/simpleGestures/workflows/Lint%20check%20CI/badge.svg)](https://github.com/RyutaKojima/simpleGestures/actions?query=workflow%3A%22Lint+check+CI%22)\n[![Maintainability](https://api.codeclimate.com/v1/badges/3d52042de99c11e3f8b4/maintainability)](https://codeclimate.com/github/RyutaKojima/simpleGestures/maintainability)\n[![codebeat badge](https://codebeat.co/badges/56ecd007-3c77-4e5e-8494-71a98599c99d)](https://codebeat.co/projects/github-com-ryutakojima-simplegestures-master)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4876517adbac48fcaa149e28614cbe07)](https://app.codacy.com/app/RyutaKojima/simpleGestures?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=RyutaKojima/simpleGestures\u0026utm_campaign=Badge_Grade_Settings)\n\n# Overview (概要)\n\nシンプルな動作とオプション設定を目指したGoogleChrome拡張機能のマウスジェスチャです。  \nsimpleGestures is GoogleChrome extension that adds a simple mouse gesture.\n\n# Install (インストール)\n\n[公開版をGoogleChromeにインストール](https://chrome.google.com/webstore/detail/simplegestures/flfminafiamnggnldfpilnfnmbgmiegn)\n\n# For Developer (開発者向け)\n\n## How to build\n\n1. clone source\n\n```\ngit clone git@github.com:RyutaKojima/simpleGestures.git\n```\n\n2. package install\n\n```\nyarn install\n```\n\n3. Check Style Guide\n\n```\nyarn lint:all\n```\n\n4. Build\n\n```\nyarn build:clean\n```\n\n## License (ライセンス)\n\nThe MIT License\n\n## Style Guide(コーディング規約)\n\nGoogle JavaScript Style Guide に準拠します。\n英語：https://google.github.io/styleguide/jsguide.html\n日本語：http://www38.atwiki.jp/aias-jsstyleguide2/pages/1.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRyutaKojima%2FsimpleGestures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRyutaKojima%2FsimpleGestures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRyutaKojima%2FsimpleGestures/lists"}