Oliver Dunk
77f3b8d807
Fix images in READMEs ( #1178 )
...
These were being loaded from a CDN from our old hosting
infrastructure for developer.chrome.com. This is no longer live,
and we shouldn't have been using external images anyway, so move
all of the images to the repo.
Fixes #1171
2024-06-06 14:28:26 +02:00
Oliver Dunk
d2296fac85
Update dependencies ( #1096 )
...
Updates a nunber of dependencies in a single PR. These were
suggested by dependabot but updating them individually would
mean the reposistory would be in a broken state until everything
had merged.
I'm not personally a huge fan of lowercasing doctype, but
Prettier has taken an opinionated stance here and there is not a
way to disable it:
https://github.com/prettier/prettier/issues/15096
2024-02-20 12:53:23 +01:00
Xuezhou Dai
45bbd8d68d
Update description fields for all samples ( #994 )
...
* Update `action` sample
* Update `alarms` sample
* Update `bookmarks` sample
* Update `browsingData` sample
* Update `contentSettings` sample
* Update `cookies/cookie-clearer` sample
* Update `debugger` sample
* Update wasm functional sample
* Update `functional/cookbook.geolocation-contentscript` sample
* Update `cookbook.geolocation-offscreen` sample
* Update `cookbook.geolocation-popup` sample
* Update `cookbook.offscreen-clipboard-write` sample
* Update `cookbook.offscreen-dom` sample
* Fix browsingData description
* Fix bookmarks description
* Update offscreen document descriptions
* Update descriptions
* Update browsingData description
* Update descriptions for all api samples
* Update descriptions for cookbook samples
* Update api-samples/browsingData/manifest.json
Co-authored-by: Joe Medley <jmedley@google.com >
* Update api-samples/action/manifest.json
Co-authored-by: Joe Medley <jmedley@google.com >
* Update api-samples/contextMenus/basic/manifest.json
Co-authored-by: Joe Medley <jmedley@google.com >
* Update api-samples/cookies/cookie-clearer/manifest.json
Co-authored-by: Joe Medley <jmedley@google.com >
* Update api-samples/debugger/manifest.json
Co-authored-by: Joe Medley <jmedley@google.com >
* Update functional-samples/sample.favicon-cs/manifest.json
Co-authored-by: Joe Medley <jmedley@google.com >
* Update functional-samples/cookbook.sidepanel-site-specific/manifest.json
Co-authored-by: Joe Medley <jmedley@google.com >
* Update api-samples/omnibox/new-tab-search/manifest.json
Co-authored-by: Joe Medley <jmedley@google.com >
* Update api-samples/devtools/inspectedWindow/manifest.json
Co-authored-by: Joe Medley <jmedley@google.com >
* Update api-samples/override/blank_ntp/manifest.json
Co-authored-by: Joe Medley <jmedley@google.com >
* Apply suggestions from code review
Co-authored-by: Joe Medley <jmedley@google.com >
* Update wasm samples description
* Update description
* Update functional-samples/sample.co2meter/manifest.json
Co-authored-by: Joe Medley <jmedley@google.com >
* Apply suggestions from code review
---------
Co-authored-by: Joe Medley <jmedley@google.com >
Co-authored-by: Oliver Dunk <oliver@oliverdunk.com >
2023-08-17 18:19:42 +01:00
amysteamdev
9230a50346
[Side Panel API] Add copyright to sidepanel samples ( #908 )
...
* Add copyright to sidepanel samples
* Fix year
* Add error catching
and async
2023-05-04 11:14:22 -05:00
amysteamdev
064dde640b
[SidePanel API] Adds four examples ( #890 )
...
* Add global side panel
* Add multiple panes sample
* Add dictionary side panel sample
* Add google.com and action click extension
* Switch to lowercase
* Fix name
* Fix links
* Add screenshots and links
* Tweak google sp
* Remove logs
* Add install reason
* Add default title to action
* Change extension names
Update readme's
* Tweak comments
Add aside
* increase picture size
* Add screenshots
* Add spaces
* Update screenshots
* Update img size
* Refactor multiple panels
* rename action folder to site-specific
* Switch to Side Panel API
* Apply suggestions from Tech review p2
Thanks Oliver!
Co-authored-by: Oliver Dunk <oliverdunk@google.com >
* Add space
Change variable
---------
Co-authored-by: Oliver Dunk <oliverdunk@google.com >
2023-05-03 11:19:49 -05:00