Aurora New Tab
Brighten up your day with chrome new tab
Vad är Aurora New Tab?
Aurora New Tab är en Chrome-tillägg utvecklad av Ashwin, och dess huvudfunktion är "Brighten up your day with chrome new tab".
Tilläggsskärmbilder
Ladda ner Aurora New Tab-förlängningens CRX-fil
Ladda ner Aurora New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Aurora New Tab |
ID | likchgbfoehabkijbmdkahdohhdghllo |
Officiell webbadress | https://chromewebstore.google.com/detail/aurora-new-tab/likchgbfoehabkijbmdkahdohhdghllo |
Beskrivning | Brighten up your day with chrome new tab |
Filstorlek | 1.35 MB |
Antal Installationer | 1,367 |
Aktuell Version | Alps 2.8.6 |
Senast Uppdaterad | 2021-10-28 |
Publiceringsdatum | 2020-01-14 |
Betyg | 4.67/5 Totalt 63 Betyg |
Utvecklare | Ashwin |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://chrome.google.com/webstore/detail/aurora-new-tab/likchgbfoehabkijbmdkahdohhdghllo |
Hjälpsida URL | https://aurora-feedback.herokuapp.com |
URL till Sekretesspolicy Sidan | https://privacy.ashwinshenoy.com |
Stödda Språk | 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\/" ] } |