Skip to content

Commit

Permalink
Force update localization files (2024-05-26T01:53:26.100Z)
Browse files Browse the repository at this point in the history
  • Loading branch information
scratchaddons-bot[bot] committed May 26, 2024
1 parent daf0b58 commit c172a99
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ It's not necessary to reload the extension by going to `chrome://extensions` whe

### Use the addon.* API from the console

For development, you may choose to expose the `addon` object as a global variable, so that it can be accessed within the browser console.

```js
export default async function ({ addon, console }) {
window.addon = addon;
// ...
}
```
The `addon` object is accessible within the browser console through the `__addon` global variable when at least one addon is running.

### Set breakpoints with the "debugger" keyword

Expand Down

0 comments on commit c172a99

Please sign in to comment.