Commit Graph

1458 Commits

Author SHA1 Message Date
amysteamdev
8eb7e5c749 Getting Started options html Move script tag
This PR moves the script tag inside of the body tag. Related https://github.com/GoogleChrome/developer.chrome.com/pull/2696/
2022-04-25 10:23:21 -05: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
Simeon Vincent
719d5b205c Cookie Clearer example (#552)
Adds cookie example extension originally by Ghazale
2021-02-18 14:13:25 -08:00
Jiahao
e1d9534027 Updated Relative URL (#550)
* Updated Relative URL

As mentioned in #547, due to #542 , these links no longer works.  @dotproto mentioned that a fix is on its way but maybe was delayed for some reason, so this PR was created to update the links. The directory structure info was updated accordingly.

Also, @dotproto said 
> we also don't want them to be the main content everyone comes here for.

I suggest two possible approaches:
1. Collapse the version 2 samples, like this:
```
<details><summary>MV2 </summary>
[Print Extension](mv2-archive/api/printing)<br />Sends print job directly to the printers installed on the Chromebook | <ul><li>printing.getPrinterInfo</li><li>printing.getPrinters</li><li>printing.submitJob</li><li>runtime.lastError</li></ul>
</details>
```
2. Move the version 2 samples to `readme.md` in `mv2-archieve/`

* Create Readme for mv2

* Update README.md

Relocated mv2 samples

* Update README.md

Fix typo
2021-02-16 12:25:13 -08:00
HannesH_Dev
af8d89df7f fixed minor spelling error in popup.js (#549) 2021-02-08 17:15:43 -08:00
Simeon Vincent
475b4b6bf1 Move MV2 resources into dedicated archive directory (#542) 2021-02-05 19:02:26 -08:00
Simeon Vincent
663417a08a Update getting started code for MV3 (#543)
* Update getting started code for MV3
* Small polish & cleanup in getting started
* Minor: reorder manifest version fields
* Updates based on article drafting process
* Cleanup from getting-started runthrough
2021-02-04 16:38:33 -08:00
Sam Thorogood
61b912478e Use respectful terms 2021-01-28 12:09:10 +11:00
Sam Thorogood
70b361f14f Remove incorrect filenames from feature list (#525) 2020-12-04 16:23:58 +11:00
Adam Canady
babaf0127a fix typo (#521) 2020-12-04 16:20:25 +11:00
Sam Thorogood
1d8d137d20 Merge pull request #524 from GoogleChrome/move
import old samples and add new README
2020-12-04 12:27:25 +11:00
Sam Thorogood
d0614094b6 link to deprecation blog 2020-12-04 12:26:56 +11:00
Sam Thorogood
8da6f16ab6 Update README.md
Co-authored-by: Rob Dodson <robdodson@users.noreply.github.com>
2020-12-04 12:24:04 +11:00
Sam Thorogood
81b595b993 Update README.md
Co-authored-by: Rob Dodson <robdodson@users.noreply.github.com>
2020-12-04 12:23:58 +11:00
Sam Thorogood
5305d935f9 Update README.md
Co-authored-by: Rob Dodson <robdodson@users.noreply.github.com>
2020-12-04 12:23:51 +11:00
Sam Thorogood
90007730e7 getting started 2020-12-04 10:19:49 +11:00
Sam Thorogood
661ef44837 remove old txt readme 2020-12-04 10:17:50 +11:00
Sam Thorogood
b4cd5d4550 import old samples 2020-12-04 10:13:59 +11:00