New tab page with themed with Alya Sometimes Hides Her Feelings in Russian
- Quick access dropdown to add your most used sites, which allow you to rename and reorder them
- Apps Dropdown to access Google services and popular websites
- Built in to-do lists and Post-it notes
- Weather widget updating automatically based on your location
- Good-looking effects like countdown clock and snow/rain/leaves animation
- Highly customizable settings to enable/disable each elements individually and configuring auto-hide delay
- Different search engines like Google, YouTube, Yahoo, Brave and more
- 2 different search box styles to chose from
- Download the Latest version from the release section
If directly download .crx file is not working, download the zipped version - If browser ask for confirmation to download, press 'keep'
- go to chrome://extensions and enable 'Developer mode'
- Drag the .crx file into the extensions page
- Download the Latest version from the release section
- Go to about:config, type in xpinstall.signatures.required in the search box, and click on the toggle button to set it to false
- Click on the gear button --> 'install Add-on From File' and choose the .xpi file you downloaded
- To sideload an unsigned extension on Firefox Stable, you first need to "Jail-break" it ¯\(ツ)/¯
- If you are on Linux, follow This guide
- If you are on Windows run the .bat file in This repo, or apply the changes your self by looking at the .bat file if you know what you are doing
- Download the Latest version from the release section
- Click on the gear button --> 'install Add-on From File' and choose the .xpi file you downloaded
^ Big search bar
^ Most Visited and Apps dropdown
^ Demo of how The Quick Access dropdown work
^ Animation effects, the one this screenshot is using is leaves
^ Demo of custom auto-hide delay
- Storage: Used to store your settings in the browser's storage area.
- Replace the page you see when opening a new tab: Used to replace the New Tab page with this extension.
- This extension can read and change your data on sites: The sites listed with this permission are used to retrieve data for this extension to function.
- https://fonts.googleapis.com/*: The fonts available in the extension are from Google Fonts; this URL is where the fonts are loaded from.
- Read the icons of the websites you visit: Used to display the favicons (logos) of the website you add to your Most Visited dropdown.
- Read a list of your most frequently visited websites: Used to display the "most visited" dropdown menu, when enabled.
- Clone this repo:
$ git clone https://github.com/plibither8/markdown-new-tab
OR
green '<> Code' button --> 'Download ZIP' & Unzip the archive you just downloaded
- Open Chrome and go to
chrome://extensions
- Enable 'Developer Mode' by checking the tick box (on the top of the page).
- Click the 'Load Unpacked Extension' button and select the folder of the cloned repository.
- The extension should be loaded now and the 'New Tab' page should be Alya New Tab. 🎉
The code makes use of
localStorage()
to save the raw text, revision history, last edited time and date, settings and last cursor position.
In Firefox, the extension can be installed temporarily until you restart the browser. To do so:
- Enter
about:debugging
in the URL bar - click "Load Temporary Add-on"
- open the extension's directory in your local repo and select
manifest.json
More info here.
I am not affiliated with Roshidere, SunSunSun or Doga Kobo.
I am just a hobby developer who is a fan of the series
Alya New Tab is released under the MIT license.
- jQuery: Code is MIT Licensed. Details are available here
- Initial release