{"id":18779112,"url":"https://github.com/zakaton/side-mission-extension-template","last_synced_at":"2025-12-17T21:30:18.366Z","repository":{"id":128209325,"uuid":"373356013","full_name":"zakaton/side-mission-extension-template","owner":"zakaton","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-29T16:15:26.000Z","size":4288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T10:28:01.772Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zakaton.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":"2021-06-03T02:15:11.000Z","updated_at":"2021-07-29T16:15:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d456940-40f9-4830-8bd0-26265cb1c8b1","html_url":"https://github.com/zakaton/side-mission-extension-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakaton%2Fside-mission-extension-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakaton%2Fside-mission-extension-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakaton%2Fside-mission-extension-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakaton%2Fside-mission-extension-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakaton","download_url":"https://codeload.github.com/zakaton/side-mission-extension-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239690255,"owners_count":19681066,"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":[],"created_at":"2024-11-07T20:18:49.607Z","updated_at":"2025-12-17T21:30:18.334Z","avatar_url":"https://github.com/zakaton.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ukaton Side Mission Extension Template\n\nHow to connect to the Ukaton Side Mission motion module in chrome (desktop only):\n1. go to `chrome://bluetooth-internals`\n2. go to `devices`\n3. click `start scan`\n4. look for any devices starting with `SIDE_MISSIONS`, e.g. `SIDE_MISSIONS_1`\n5. click `Inspect`\n\nHow to install on chrome (desktop only):\n1. clone\n2. go to `chrome://extensions`\n3. click `Load unpacked` and select the this repo's folder (after installing you'll see an icon in the toolbar)\n4. go to the Options page (click the extension icon in the toolbar and select `Options`)\n5. connect to the Ukaton Side Missions motion module\n6. after connecting, toggle the motion sensors you want to enable (acclerometer, gyroscope, and quaternion for quaternion/euler)\n7. on any page listen for `\"sidemission\"` window event:\n\n```javascript\nwindow.addEventListener(\"sidemission\", event =\u003e {\n  const {detail} = event\n  const {type, value, timestamp, index} = detail\n  // index refers to the nth side mission dispatching sensor data - useful for connecting multiple motion modules\n  switch(type) {\n    case \"acceleration\":\n      console.log(\"received acceleration data\", value)\n      break\n    case \"linearAcceleration\":\n      console.log(\"received linear acceleration data\", value)\n      break\n    case \"rotationRate\":\n      console.log(\"received rotation rate data\", value)\n      break\n    case \"quaternion\":\n      console.log(\"received quaternion data\", value)\n      break\n    case \"euler\":\n      console.log(\"received euler data\", value)\n      break\n  }\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakaton%2Fside-mission-extension-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakaton%2Fside-mission-extension-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakaton%2Fside-mission-extension-template/lists"}