Legacy New Tab

A user-friendly solution to help motivate an individual with day to day work online.

Was ist Legacy New Tab?

Legacy New Tab ist eine Chrome-Erweiterung, die von Pixovex entwickelt wurde, und ihr Hauptmerkmal ist "A user-friendly solution to help motivate an individual with day to day work online.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Legacy New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Legacy New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Get inspired by the ultimate motivational combination: clean user-interface, smart todo-list, quick weather updates, refreshing seasonal background images, inspirational quotes, an Google powered search bar, and even a highly personalizable settings menu! Even better, EVERYTHING works offline also!!!

PLEASE NOTE THAT WE DO NOT HAVE ANY ACCESS TO YOUR BROWSER HISTORY!

Legacy New Tab was meant to help anyone stay focused and motivated throughout their day. We've made everything very dynamic and user-friendly for that sole purpose in mind. We want Legacy New Tab to become a part of your daily life, enhancing every last bit of it. Hence why we have developed this advanced software to help you. You may be a student, a teacher, a politician, a grandma, and etc. We strive to make it usable by all of you. We will continue to work very hard to help you for free.                    

Grundlegende Informationen zur Erweiterung

Name Legacy New Tab Legacy New Tab
ID imnabfoelcbehnbbdbdngibbacophomn
Offizielle URL https://chrome.google.com/webstore/detail/legacy-new-tab/imnabfoelcbehnbbdbdngibbacophomn
Beschreibung A user-friendly solution to help motivate an individual with day to day work online.
Dateigröße 555 KB
Installationsanzahl 43
Aktuelle Version 0.0.4.6
Letztes Update 2020-09-12
Veröffentlichungsdatum 2019-07-03
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Pixovex
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Legacy New Tab",
    "short_name": "LNT",
    "manifest_version": 2,
    "description": "A user-friendly solution to help motivate an individual with day to day work online.",
    "version": "0.0.4.6",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "offline_enabled": true,
    "web_accessible_resources": [
        "img\/search.png",
        "img\/search-logo.png",
        "img\/loader.gif",
        "js\/theme.js"
    ],
    "permissions": [
        "management",
        "storage",
        "tabs",
        "geolocation",
        "",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/Logo.png",
        "default_title": "Legacy New Tab"
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "icons": {
        "128": "img\/Logo.png"
    }
}