* First draft
* Rename folder
* Tweak comments
* Update index.html
* remove extra closing div
* Rename sw file
* Apply first round of @sebastianbenz suggestions
* Fix import
* Update popover
* Second tech review round
* Removed long list of suggestions
Only show past history
* Move host permissions
* Rename extension and folder
* REmove await
* Move icons into images folder
* add sample for catifier that replaces every jpg image on web by another cat image
* add readme for catifier
* add section for set/get badge text color
* add usage of isEnabled,getBadgeTextColor and setBadgeTextColor
* capitalize button text
* use single quote and update badge text to test
* use <all_urls> host_permission
* Add offscreen dom parsing sample
* Don't use offscreen.hasDocument
Use clients.matchAll instead. Also fixes a bug in the clipboard example
causing the document not to be closed if the passed argument is not a
string.
* Fix readme and remove accidentally committed popup files.
* migrate chrome.printing api sample from v2 to v3 manifest
* Restore MV2 printing sample.
---------
Co-authored-by: Oliver Dunk <oliverdunk@google.com>
* Remove docs folder.
This was a redirect from a GitHub pages site that does not appear
to be in use.
* Rename api folder to api-samples.
* Move examples to functional-samples folder.
* Move cookbook sample to functional-samples.
* Move tutorials to functional-samples folder.
* Move mv2 and apps folders to _archive.
* Rename tools folder to .repo.
* Move reference folder to functional-samples.
* Update README.
Update README with new relative links for reorg.
* Update README.md
Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com>
---------
Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com>
* Add offscreen clipboard cookbook example
* Clarify solution comment
* Apply suggestions from code review
* Update offscreen.js
@dotproto I took some time to consider, and I think keeping the messages and proper verifications in the workflow is a much better approach than simplifying to a purely instructive showing of the offscreen API. It not only demonstrates extension writing best-practice for completely new learners, but also gives the opportunity to demonstrate the potential for having multiple offscreen documents packaged into a project that could potentially be opened.
* Update cookbook/offscreen-clipboard-write/offscreen.html
* Apply suggestions from code review
* Add additional explanitory text
* Apply suggestions from code review
Co-authored-by: Joe Medley <jmedley@google.com>
* Add a README
* Missing semi
* Rewrap at 80 char
This brings descriptive comments in line with the copyright header required by Google.
* Rewrap at 80 characters & clarify comments
* Remove unreachable return statement
Co-authored-by: IanStanion-google <112102430+IanStanion-google@users.noreply.github.com>
Co-authored-by: Joe Medley <jmedley@google.com>
* Add README and screenshot
* Adjust variable name casing for clarity
* Add copyright headers
* Reformat with clang-format
* Adds the 'milestones' example to the index
* Clarify extension's name and description