Aurora New Tab

Brighten up your day with chrome new tab

什么是Aurora New Tab?

Aurora New Tab是由Ashwin开发的Chrome扩展程序,该扩展的主要功能是“Brighten up your day with chrome new tab”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Aurora New Tab扩展crx文件

下载Aurora New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Aurora New Tab Aurora New Tab
ID likchgbfoehabkijbmdkahdohhdghllo
官方URL https://chromewebstore.google.com/detail/aurora-new-tab/likchgbfoehabkijbmdkahdohhdghllo
简介 Brighten up your day with chrome new tab
文件大小 1.35 MB
安装次数 1,367
当前版本 Alps 2.8.6
更新时间 2021-10-28
上架时间 2020-01-14
评分 4.67/5 共63次评分
开发者 Ashwin
电子邮箱 [email protected]
付费类型 free
扩展官网 https://chrome.google.com/webstore/detail/aurora-new-tab/likchgbfoehabkijbmdkahdohhdghllo
帮助页面URL https://aurora-feedback.herokuapp.com
隐私政策页面URL https://privacy.ashwinshenoy.com
支持的语言 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\/"
    ]
}