Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/adam4056/Tab-R
Browse files Browse the repository at this point in the history
  • Loading branch information
adam4056 committed Jan 12, 2025
2 parents 9c77b0f + dcea8cd commit 81a5724
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 5 deletions.
43 changes: 43 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Tab-R
<h1 align="center">
<a href="https://github.com/adam4056/Tab-R/"><img src="https://i.ibb.co/dGzh4Bw/icon-tabr.png" alt="icon-tabr" border="0" width="150"></a>

Tab-R

[![Version](https://img.shields.io/badge/version-1.4-blue.svg)](https://github.com/adam4056/Tab-R/releases) [![License](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE)
[![Version](https://img.shields.io/badge/version-1.4-blue.svg)](https://github.com/adam4056/Tab-R/releases) [![License](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE) ![Last Commit](https://img.shields.io/github/last-commit/adam4056/Tab-R)

</h1>

## Features


## Features
- 🌄 **Beautiful Nature Wallpapers**
Enjoy stunning and refreshing nature-themed backgrounds on every new tab you open.

Expand All @@ -17,6 +23,10 @@

Tab-R is a browser extension that transforms your new tab experience. It replaces the boring default tab with beautiful nature wallpapers, making your browsing more enjoyable. The extension also provides access to multiple search engines, allowing you to quickly find what you need. Plus, it features a convenient date display, so you always know what day it is. With Tab-R, you can personalize your browsing experience while staying organized and inspired.

## Demo

You can try Tab-R [here](https://adam4056.github.io/Tab-R/).

## Compatibility

The extension is compatible with all Chromium-based browsers (such as Chrome, Brave, and Edge) as well as all Firefox-based browsers (including Firefox, Waterfox, and Zen).
Expand Down
2 changes: 1 addition & 1 deletion chromium-install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# How to install in chromium browsers

1. **Download the ZIP file**
- Download the extension ZIP from this [link](https://github.com/adam4056/Tab-R/releases/tag/Chrome) and save it.
- Download the extension ZIP from this [link](https://github.com/adam4056/Tab-R/releases/) and save it.

2. **Extract the ZIP**
- Unzip the file to a folder on your computer.
Expand Down
3 changes: 2 additions & 1 deletion image.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
{ "image": "images/10-d.webp", "author": "Daniel Seßler", "link": "https://unsplash.com/photos/an-aerial-view-of-a-mountain-and-a-body-of-water-aHQtYTNih_Q" },
{ "image": "images/7-d.webp", "author": "Bob Brewer", "link": "https://unsplash.com/photos/a-very-large-iceberg-in-the-middle-of-the-ocean-24z7800UrX8" },
{ "image": "images/9-d.webp", "author": "Zhanjiang Chen", "link": "https://unsplash.com/photos/antelope-of-canyon-s8AnRSP8Xxc" },
{ "image": "images/11-d.webp", "author": "Lukas Seitz", "link": "https://unsplash.com/photos/a-view-of-a-mountain-range-at-sunset-F96pFlOpgfQ" }
{ "image": "images/11-d.webp", "author": "Lukas Seitz", "link": "https://unsplash.com/photos/a-view-of-a-mountain-range-at-sunset-F96pFlOpgfQ" },
{ "image": "images/test.png", "author": "test"}
]
Binary file added images/test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81a5724

Please sign in to comment.