Legacy New Tab

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

Legacy New Tab là gì?

Legacy New Tab là một tiện ích mở rộng Chrome được phát triển bởi Pixovex, và tính năng chính của nó là "A user-friendly solution to help motivate an individual with day to day work online.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Legacy New Tab

Tải xuống các tệp mở rộng Legacy New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Legacy New Tab Legacy New Tab
ID imnabfoelcbehnbbdbdngibbacophomn
URL Chính Thức https://chrome.google.com/webstore/detail/legacy-new-tab/imnabfoelcbehnbbdbdngibbacophomn
Mô tả A user-friendly solution to help motivate an individual with day to day work online.
Kích Thước Tệp 555 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.0.4.6
Cập Nhật Lần Cuối 2020-09-12
Ngày Phát Hành 2019-07-03
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Pixovex
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}