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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}