Aurora New Tab

Brighten up your day with chrome new tab

Apa itu Aurora New Tab?

Aurora New Tab adalah ekstensi Chrome yang dikembangkan oleh Ashwin, dan fitur utamanya adalah "Brighten up your day with chrome new tab".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Aurora New Tab

Unduh file ekstensi Aurora New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Aurora New Tab Aurora New Tab
ID likchgbfoehabkijbmdkahdohhdghllo
URL Resmi https://chromewebstore.google.com/detail/aurora-new-tab/likchgbfoehabkijbmdkahdohhdghllo
Deskripsi Brighten up your day with chrome new tab
Ukuran File 1.35 MB
Jumlah Instalasi 1,367
Versi Saat Ini Alps 2.8.6
Terakhir Diperbarui 2021-10-28
Tanggal Publikasi 2020-01-14
Penilaian 4.67/5 Total 63 Penilaian
Pengembang Ashwin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://chrome.google.com/webstore/detail/aurora-new-tab/likchgbfoehabkijbmdkahdohhdghllo
URL Halaman Bantuan https://aurora-feedback.herokuapp.com
URL Halaman Kebijakan Privasi https://privacy.ashwinshenoy.com
Bahasa yang Didukung 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\/"
    ]
}