Aurora New Tab
Brighten up your day with chrome new tab
What is Aurora New Tab?
Aurora New Tab is a Chrome extension developed by Ashwin, and its main feature is "Brighten up your day with chrome new tab".
Extension Screenshots
Download Aurora New Tab Extension CRX File
Download Aurora New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Aurora New Tab makes your chrome awesome again! Customize all features available as required. Fast, customizable, beautiful and productive! Get inspired. Features -------------------- Daily New Image or Choose custom image, Search, Your Daily To-Do Tasks, Personalized Notebook, View all Installed Chrome Apps, Right Click Feature for most visited websites, Customize all features via settings.
Extension Basic Information
Name | Aurora New Tab |
ID | likchgbfoehabkijbmdkahdohhdghllo |
Official URL | https://chromewebstore.google.com/detail/aurora-new-tab/likchgbfoehabkijbmdkahdohhdghllo |
Description | Brighten up your day with chrome new tab |
File Size | 1.35 MB |
Installation Count | 1,367 |
Current Version | Alps 2.8.6 |
Last Updated | 2021-10-28 |
Publish Date | 2020-01-14 |
Rating | 4.67/5 Total 63 Ratings |
Developer | Ashwin |
[email protected] | |
Payment Type | free |
Extension Website | https://chrome.google.com/webstore/detail/aurora-new-tab/likchgbfoehabkijbmdkahdohhdghllo |
Help Page URL | https://aurora-feedback.herokuapp.com |
Privacy Policy Page URL | https://privacy.ashwinshenoy.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aurora New Tab", "description": "Brighten up your day with chrome new tab", "author": "Ashwin Shenoy", "icons": { "128": "img\/logox128.png", "256": "img\/logox256.png" }, "version": "2.8.6", "version_name": "Alps 2.8.6", "incognito": "split", "chrome_url_overrides": { "newtab": "aurora.html" }, "background": { "page": "aurora.html" }, "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/*.cloudflare.com; object-src 'self'", "web_accessible_resources": [ "logox48.png" ], "permissions": [ "https:\/\/www.bing.com\/", "storage", "unlimitedStorage", "topSites", "background", "management", "chrome:\/\/favicon\/" ] } |