Skip to content

Commit

Permalink
fix: Remove background JS injection to resolve mouse coordinate discr…
Browse files Browse the repository at this point in the history
…epancy. The extension no longer injects JavaScript code in the background, as it caused incorrect mouse coordinates relative to cells on existing pages. This change ensures proper functionality when interacting with cells.
  • Loading branch information
yamadashy committed May 25, 2024
1 parent 7979788 commit 705d811
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 32 deletions.
2 changes: 2 additions & 0 deletions app/_locales/en/detailed-description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ The Goolge Sheets and other information will not be sent or disclosed to the dev

The source code is also available, and you can build and install it yourself.
https://github.com/yamadashy/google-sheets-tabs-on-top

After installation, please refresh the Google Sheets page.
2 changes: 2 additions & 0 deletions app/_locales/ja/detailed-description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@

ソースコードも公開されており、自身でビルドしてインストールすることも可能です。
https://github.com/yamadashy/google-sheets-tabs-on-top

インストール後、スプレッドシートのページを再読み込みしてください。
3 changes: 0 additions & 3 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"all_frames": true
}
],
"background": {
"service_worker": "scripts/background.js"
},
"permissions": [
"scripting"
],
Expand Down
29 changes: 0 additions & 29 deletions app/scripts/background.ts

This file was deleted.

0 comments on commit 705d811

Please sign in to comment.