{"id":41736883,"url":"https://github.com/maxbeizer/oo_json_extension","last_synced_at":"2026-01-25T00:07:05.061Z","repository":{"id":328053787,"uuid":"1113369075","full_name":"maxbeizer/oo_json_extension","owner":"maxbeizer","description":"Make copying optionomega results easier","archived":false,"fork":false,"pushed_at":"2025-12-10T22:39:06.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-11T10:03:37.409Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxbeizer.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-09T22:09:49.000Z","updated_at":"2025-12-10T22:39:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/maxbeizer/oo_json_extension","commit_stats":null,"previous_names":["maxbeizer/oo_json_extension"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/maxbeizer/oo_json_extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeizer%2Foo_json_extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeizer%2Foo_json_extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeizer%2Foo_json_extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeizer%2Foo_json_extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxbeizer","download_url":"https://codeload.github.com/maxbeizer/oo_json_extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeizer%2Foo_json_extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28739341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"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":[],"created_at":"2026-01-25T00:07:04.361Z","updated_at":"2026-01-25T00:07:05.041Z","avatar_url":"https://github.com/maxbeizer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## OptionOmega JSON Overlay Extension\n\nA small helper extension that shows a live JSON snapshot of a backtest for easy copy/paste.\n\nhttps://github.com/user-attachments/assets/32e0b257-30c5-46c4-806a-38bdcadb7ba8\n\n\u003e [!WARNING]\n\u003e This is experimental and best effort. The API is very much under heavy development and there is not a stable version at this time. Use at your own risk.\n\n### Quick start\n\n- Load the folder as an unpacked extension (`chrome://extensions` → Load unpacked → `oo_json_extension`). No build step needed.\n- Open `optionomega.com/test/*`. A \"LLM JSON\" panel pins to the bottom of the page.\n- Click **Refresh** to rescan or **Copy** to clipboard.\n\n### What it captures\n\n- `header`: title/tags/link from the top bar.\n- `metrics`: `dt`/`dd` card pairs (Underlying, Dates, P/L, trades, fees, etc.).\n- `dateRange`: parsed `from`/`to`/`text` when present (dates normalized to ISO 8601 when parseable).\n- `labeledValues`: headings paired with short numeric-ish values (fallback capture for two-column cards).\n- `lists`: visible `ul`/`ol` items (entry/misc bullets).\n- `legs`: each row in the legs table (`side`, `type`, `qty`, `dte`, `legType`, `text`).\n- Also includes `url`, `title`, and `scrapedAt` timestamp.\n\n### Using the panel\n\n- Read/Copy: Use **Refresh** then **Copy** to grab the JSON for an LLM or logs.\n- Tweak before copy: You can edit the textarea manually; the panel won’t overwrite your edits until you hit **Refresh**.\n\n\u003e Note: Form autofill was removed because the OptionOmega UI renders inputs dynamically; this extension now focuses solely on extracting and copying results.\n\n### Schemas\n\n- Result payload (`content.js` output): `schema/backtest-result.schema.json` (draft-07). Required: `url`, `title`, `scrapedAt`, `header`, `metrics`, `labeledValues`, `lists`, `legs`. Optional: `dateRange` (`from`/`to`/`text` or null; `from`/`to` emitted as ISO 8601 when parseable). Legs include `side`, `type`, `qty`, `dte`, `legType`, `text`.\n\n### Extend or tweak\n\n- Adjust capture heuristics in `content.js` (`extractLabeledValues`, `extractHeadingPairs`, `extractLists`, `extractLegsTable`).\n- Prefer stable IDs/selectors in the app for more deterministic results.\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxbeizer%2Foo_json_extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxbeizer%2Foo_json_extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxbeizer%2Foo_json_extension/lists"}