Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rir360/clean-new-tab
Custom "New Tab" extension designed for Chromium browser. You may have used several extensions on google chrome. Just like that, you can also use an extension to change your basic new tab page. But do you know how to build it from scratch? Here is a simple example of that.
https://github.com/rir360/clean-new-tab
api bookmarks bootstrap chrome chromium css extention html javascript links new-tab
Last synced: 1 day ago
JSON representation
Custom "New Tab" extension designed for Chromium browser. You may have used several extensions on google chrome. Just like that, you can also use an extension to change your basic new tab page. But do you know how to build it from scratch? Here is a simple example of that.
- Host: GitHub
- URL: https://github.com/rir360/clean-new-tab
- Owner: RIR360
- License: mit
- Created: 2021-04-08T13:48:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T05:14:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T01:42:57.097Z (over 1 year ago)
- Topics: api, bookmarks, bootstrap, chrome, chromium, css, extention, html, javascript, links, new-tab
- Language: JavaScript
- Homepage:
- Size: 4.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clean-New-Tab V2.0
![image](https://user-images.githubusercontent.com/50569315/131299857-65590074-01d5-4314-9634-6ae5bf842037.png)
This is custom "New Tab" extension designed for Chromium browser (Google Chrome). It can replace the new tab of the chrome browser. Designed by [Rejwan Islam Rizvy](https://www.linkedin.com/in/linked-rir360). Detailed info below:
## Features
* Clean Interface
* Day and Date
* Changes background on each reload
* Temporary common links section
* Bookmark accordion list## Temporary Common Links - Features
* This section toggles upon you click the "Daily links" button.
* You can add a link or remove it.
* Links will be stored in the localstorage.
* There'll a status that will indicate if the link is visited or not.## Bookmark Accordion List - Features
* This section toggles upon you click the "Bookmarks" button
* Here you will find the list of all the bookmark folders.
* Only those bookmarks will show up that are inside a folder.
* It uses "Chrome API" to fetch the bookmarks collections.## About
This is a remake of the previous version "Clean New Tab V1.0". This version is more professional and clean. And additionally bookmarks folder list and creating/removing temporary links ability is included.
In This extension project You'll find the use of localstorage and chrome API.
It's not packed yet. In order to try this extension, you can download the repo and load unpacked from your browser.## Preview
![image](https://user-images.githubusercontent.com/50569315/131299610-5f5f6028-02ba-47eb-aa70-c308f8bf3502.png)
![image](https://user-images.githubusercontent.com/50569315/131299857-65590074-01d5-4314-9634-6ae5bf842037.png)
![image](https://user-images.githubusercontent.com/50569315/131299648-060d8466-047a-484e-bdab-3cc521cdd125.png)