Legacy New Tab

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

什么是Legacy New Tab?

Legacy New Tab是由Pixovex开发的Chrome扩展程序,该扩展的主要功能是“A user-friendly solution to help motivate an individual with day to day work online.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Legacy New Tab扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Legacy New Tab Legacy New Tab
ID imnabfoelcbehnbbdbdngibbacophomn
官方URL https://chrome.google.com/webstore/detail/legacy-new-tab/imnabfoelcbehnbbdbdngibbacophomn
简介 A user-friendly solution to help motivate an individual with day to day work online.
文件大小 555 KB
安装次数 43
当前版本 0.0.4.6
更新时间 2020-09-12
上架时间 2019-07-03
评分 5.00/5 共7次评分
开发者 Pixovex
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}