fishoe
0ef56dd50a
fixed style typo in sample/diff/css
2022-10-31 23:40:35 +09:00
amysteamdev
2938c52306
[TUTORIAL] Update hello-extensions to match Dev basics ( #751 )
...
* Update hello-extensions to match Dev basics
* Update tutorials/hello-world/popup.js
Co-authored-by: Simeon Vincent <simeonv@google.com>
2022-09-21 10:35:31 -07:00
pwwpche
f05b564a95
Fix code samples for popup script due to Manifest v3 update ( #756 )
...
According to https://developer.chrome.com/docs/extensions/reference/scripting/#type-ScriptInjection , the property name for function injection has been changed to `func` from `function`. This change update the sample script accordingly.
2022-09-21 10:34:27 -07:00
Simeon Vincent
624c28a0b5
Remove unnecessary key field
2022-09-11 19:58:39 -07:00
amysteamdev
06960d3844
Update tabs-manager to match tutorial code samples ( #750 )
2022-09-06 15:52:21 -05:00
Solomon Kinard
c2439aa243
Favicon MV3 example ( #721 )
2022-08-10 09:38:13 -07:00
amysteamdev
4da98eada4
Fix: Switch tab and window update ( #729 )
2022-07-01 15:05:55 -07:00
Simeon Vincent
dcff87af05
Example milestone cleanup ( #727 )
...
* 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
2022-06-23 17:41:37 -07:00
Solomon Kinard
73ef3a90c7
Get the milestone when a merged Chromium Gerrit tab is active ( #722 )
2022-06-21 18:51:28 -07:00
amysteamdev
afea3db429
[focus-mode] Remove "commands" permission ( #714 )
...
* [focus-mode] Remove commands permission
* Clarify description
Co-authored-by: Simeon Vincent <simeonv@google.com>
Co-authored-by: Simeon Vincent <simeonv@google.com>
2022-05-11 14:25:33 -05:00
amysteamdev
17956f44b6
Convert water-alarm-notification to MV3 ( #678 )
2022-04-27 15:52:15 -07:00
amysteamdev
61adf60cec
Convert Tab Flipper to MV3 ( #679 )
2022-04-27 15:51:58 -07:00
amysteamdev
6db9c8d815
Convert Global Google Search to MV3 ( #680 )
2022-04-27 15:51:49 -07:00
Simeon Vincent
b717fe9ad3
Ignore _debug directory ( #711 )
2022-04-27 14:26:58 -07:00
amysteamdev
8911a607d8
Getting Started: Reading time ( #700 )
2022-04-27 09:45:28 -07:00
amysteamdev
b448c9d3a7
Getting Started Tutorial: Tabs Manager ( #705 )
2022-04-27 09:44:35 -07:00
amysteamdev
c2aad1e4aa
Getting Started options html Move script tag ( #710 )
...
This PR moves the script tag inside of the body tag. Related https://github.com/GoogleChrome/developer.chrome.com/pull/2696/
2022-04-26 11:23:15 -07:00
amysteamdev
62a8f32a2d
Getting Started Tutorial: Focus Mode ( #701 )
2022-04-21 10:46:00 -07:00
Alex 'Codetheorist' Scott
08aa86aca1
Fix page redder to disregard any chrome internal pages ( #651 )
2022-03-10 14:19:33 -08:00
Matt Taniguchi
e503dee85b
correction: hello world example contains call to onInstalled, not onClicked ( #650 )
2022-03-10 13:56:22 -08:00
Alex 'Codetheorist' Scott
4684750231
Readme fixes ( #652 )
2022-03-10 13:41:26 -08:00
Archit Mishra
faf507a4ce
Fix Typo in hello world example comments ( #666 )
...
th -> the
2022-03-10 13:40:15 -08:00
XiaoDong
50c8e0bb59
fix: Uncaught TypeError in action api demo ( #664 )
2022-01-24 10:57:55 -08:00
Nicolas Ramz
a8b88516b0
Fixed typo ( #629 )
2021-08-25 15:15:49 -07:00
Aditya Dharmawan Saputra
c2437ba536
remove extra space and fix typo ( #628 )
2021-08-23 14:22:07 +10:00
Simeon Vincent
582677fc1c
MV3 migration content script snippets ( #626 )
2021-08-10 18:17:30 -07:00
figureConan
9f282ef7e9
Fix Uncaught TypeError: $(...).empty(...).dialog is not a function ( #595 )
...
Uncaught TypeError: $(...).empty(...).append(...).dialog is not a function
Co-authored-by: figureConan <detectiveboy.yu@gmail.com>
2021-08-04 08:33:30 +10:00
Navaneeth anand
ed8dfeb532
Update README.md ( #618 )
2021-08-04 08:32:28 +10:00
figureConan
0de7a3889b
Fix Typo: In word 'incriments' ( #596 )
...
Co-authored-by: figureConan <detectiveboy.yu@gmail.com>
2021-08-04 08:28:35 +10:00
SedationH
84933fd562
fix(api/action): handle image fetch url error ( #620 )
2021-08-04 08:26:44 +10:00
Simeon Vincent
130a2a5d64
Port My Bookmarks example to MV3 ( #567 )
2021-04-22 18:30:29 -07:00
Simeon Vincent
d2039de3b8
Alarms API demo ( #580 )
2021-04-22 10:37:33 -07:00
Simeon Vincent
ec00200391
Nits I forgot to commit before merging ( #589 )
2021-04-16 09:44:08 -07:00
Simeon Vincent
3f48be6b90
Action API demo ( #574 )
2021-04-15 20:15:10 -07:00
Simeon Vincent
e716678b67
Port of MV2's omnibox/newtab-search to MV3 ( #573 )
2021-04-08 11:51:15 +10:00
ssoda
b3cfbf6485
Fix spelling ( #578 )
2021-03-30 10:56:41 -07:00
Simeon Vincent
d362b081a1
Page redder example ( #562 )
2021-03-16 22:48:08 -07:00
Simeon Vincent
06c617dc9c
Remove apps from table, link to apps directory ( #563 )
2021-03-16 18:25:48 -07:00
Simeon Vincent
4e650ac911
Updates catblock to work as expected ( #568 )
2021-03-16 18:23:18 -07:00
Simeon Vincent
7ea84ab6f0
Add web accessible resources demo ( #560 )
2021-03-16 18:21:38 -07:00
Simeon Vincent
29e7885afa
Adds hello-world tutorial ( #571 )
...
Fixes #570
2021-03-11 10:54:08 -08:00
mikemorr
4d8910fdbb
Make quote-colon spacing consistent ( #566 )
2021-03-10 11:26:56 -08:00
Sam Thorogood
e2baf81fc9
Update issue templates ( #559 )
2021-02-25 09:55:09 +11:00
MichaelDimmitt
3c82896d8f
Fix image in all sample readmes ( #529 )
...
* fix images in readme
* fix all sample readmes by pointing all images to correct apps location
2021-02-25 09:49:17 +11:00
MichaelDimmitt
dbd82ec0e0
Fix tryitnow button ( #530 )
...
* update tryitnow_small button image location
https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png
changes to
https://raw.github.com/GoogleChrome/chrome-extensions-samples/master/apps/tryitnowbutton_small.png
* update tryitnow button image location
https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton.png
changes to
https://raw.github.com/GoogleChrome/chrome-extensions-samples/master/apps/tryitnowbutton.png
2021-02-25 09:43:15 +11:00
Jon Newton
0e3a44e8ce
Remove duplicated word ( #558 )
2021-02-25 09:26:02 +11:00
Simeon Vincent
a7c4a0d9e1
Redirect visits to repo's site
2021-02-22 19:55:26 -08:00
Simeon Vincent
3ef66c8519
Create hello world page for Pages site ( #557 )
2021-02-22 18:57:15 -08:00
Simeon Vincent
6ca774c69c
Adds simple Hello World example ( #553 )
2021-02-18 17:43:05 -08:00
Simeon Vincent
40e5a5c6b8
Clean artifacts introduced in 719d5b2
(PR #556 )
2021-02-18 16:00:14 -08:00