Skip to content

Releases: shoei05/oesearch

v1.0.4

Choose a tag to compare

@shoei05 shoei05 released this 06 Sep 23:19

What's Changed

  • Remove need for tabs permission by always opening a new tab
  • Pass query via ?oe_q=... to the content script (no messaging)
  • Keep IME guard toggle (default ON)
  • Update docs and Web Store listing copy

Permissions

  • storage, contextMenus; host permissions for openevidence.com only
  • No tabs permission

v1.0.3

Choose a tag to compare

@shoei05 shoei05 released this 06 Sep 23:13

What's Changed

  • Add IME guard toggle in Options (default ON)
  • Prevent Enter-submission during Japanese IME composition on openevidence.com textareas/inputs/contenteditable
  • Respect live option changes without reload
  • Update tester notes and options copy
  • Bump version to 1.0.3 and refine pack script

Notes

  • The IME guard only affects trusted user events; extension-simulated submits are not blocked.
  • You can disable it in Options if a site provides its own robust handling.

v1.0.2

Choose a tag to compare

@shoei05 shoei05 released this 06 Sep 06:15

Fixes

  • Fix: guard omnibox suggestion.content when query is empty to prevent TypeError from omnibox.sendSuggestions.

Details

  • When typing only the keyword ("oe "), Chrome requires suggestion.content to be non-empty; we now fall back to a preview string.
  • Manifest bumped to 1.0.2.

OpenEvidence Search Helper v1.0.1

Choose a tag to compare

@shoei05 shoei05 released this 06 Sep 05:14

EN:

  • Remove "tabs" permission; minimize to storage + contextMenus. Host permissions unchanged (openevidence.com).
  • Update Privacy and Web Store listing docs; version bump to 1.0.1.
  • Add .gitignore to exclude local ZIP. No data collection; no remote code.

JA:

  • tabs 権限を削除(最小権限化: storage/contextMenus のみ)。host_permissionsopenevidence.com のみに限定。
  • プライバシー/リスティング文書を更新、バージョンを 1.0.1 に更新。
  • ZIP 除外の .gitignore を追加。データ収集なし・リモートコードなし。

OpenEvidence Search Helper v1.0.0-beta.1

Choose a tag to compare

@shoei05 shoei05 released this 04 Sep 21:19

Pre-release for testers.\n\nWhat’s inside\n- Extension ZIP: oesearch-mv3.zip (unzip for unpacked install)\n- Tester guide: see TESTER-README.md in the repository\n\nInstall (Chrome, unpacked)\n1) Download oesearch-mv3.zip from this release\n2) Unzip it\n3) Open chrome://extensions, enable Developer mode\n4) Click ‘Load unpacked’ and select the unzipped folder (contains manifest.json)\n\nHow to test\n- Popup: click the toolbar icon, type a query (JP/EN), press Search → new tab opens openevidence.com, the query + SR/MA + GRADE prompt is auto-filled once and auto-submitted\n- Context menu: select text, right-click → ‘Search OpenEvidence…’\n- Omnibox: type ‘oe’ + space + query → Enter\n- IME: during JP composition (かな漢字), Enter should NOT submit; after composition ends, Enter submits\n- No duplicate prompt: ensure the English suffix appears only once\n\nNotes\n- If OpenEvidence requires login, log in first; auto-fill works after page load\n- Host permissions limited to openevidence.com and www.openevidence.com\n\nFeedback\n- Issues: https://github.com/shoei05/oesearch/issues