aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-08-28 23:36:41 -0700
committerGitHub <noreply@github.com>2020-08-28 23:36:41 -0700
commit264410127684dd006bb5fab6b58d39141f9b3661 (patch)
tree06fc0c8ed972382d6907735a9666749711bd7ebb
parent607fb898f882a6086904b0b530215425fbcf5f41 (diff)
parent4f04feb2dad16248408666c09d22f4e9267a1e0e (diff)
downloadhomer-264410127684dd006bb5fab6b58d39141f9b3661.tar.gz
homer-264410127684dd006bb5fab6b58d39141f9b3661.tar.zst
homer-264410127684dd006bb5fab6b58d39141f9b3661.zip
Merge pull request #118 from vosdev/patch-1
Add chrome extension for a custom new tab page
-rw-r--r--docs/tips-and-tricks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md
index fda670d..175c271 100644
--- a/docs/tips-and-tricks.md
+++ b/docs/tips-and-tricks.md
@@ -5,9 +5,9 @@ Here is a collection of neat tips and tricks that Homer users have come up with!
5## Use Homer as a custom "new tab" page 5## Use Homer as a custom "new tab" page
6#### `by @vosdev` 6#### `by @vosdev`
7 7
8This [extension](https://addons.mozilla.org/firefox/addon/custom-new-tab-page) allows you to have your homer dashboard in your new tab page, while leaving focus on the address bar meaning you can still type right away if you want to search or go to a page that is not on your homer dash. 8These extensions for [Firefox](https://addons.mozilla.org/firefox/addon/custom-new-tab-page) and [Chrome & Friends](https://chrome.google.com/webstore/detail/new-tab-changer/occbjkhimchkolibngmcefpjlbknggfh) allow you to have your homer dashboard in your new tab page, while leaving focus on the address bar meaning you can still type right away if you want to search or go to a page that is not on your homer dash.
9 9
10The extension loads Homer in an iframe on your new tab page, meaning you have to add `target: '_top'` to each of your items. 10The firefox extension loads Homer in an iframe on your new tab page, meaning you have to add `target: '_top'` to each of your items.
11 11
12```yaml 12```yaml
13- name: "Reddit" 13- name: "Reddit"