New Tab with chrome apps

simple extension allows change default-new-tab to chrome-apps

什么是New Tab with chrome apps?

New Tab with chrome apps是由https://jyny.dev开发的Chrome扩展程序,该扩展的主要功能是“simple extension allows change default-new-tab to chrome-apps”。

扩展截图

screenshot
screenshot

下载New Tab with chrome apps扩展crx文件

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

扩展使用说明

                        OpenSource project for change default-new-tab to chrome-apps

Since some version of chrome, default New-tab page had changed.
This extension bring the default New-tab page back to chrome-apps page. 

OpenSource!
Without any permissions required!!
more private, more secure!

view source code on Github
https://github.com/Jyny/New-Tab-with-chrome-apps                    

扩展基本信息

名称 New Tab with chrome apps New Tab with chrome apps
ID ckcjokafpkoiijnflcpogblchhoieafj
官方URL https://chromewebstore.google.com/detail/new-tab-with-chrome-apps/ckcjokafpkoiijnflcpogblchhoieafj
简介 simple extension allows change default-new-tab to chrome-apps
文件大小 3.8 KB
安装次数 1,364
当前版本 1.4
更新时间 2021-03-25
上架时间 2015-03-23
评分 4.18/5 共11次评分
开发者 https://jyny.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Jyny/New-Tab-with-chrome-apps
帮助页面URL https://github.com/Jyny/New-Tab-with-chrome-apps
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab with chrome apps",
    "version": "1.4",
    "author": "jyny",
    "icons": {
        "128": "icon.png"
    },
    "description": "simple extension allows change default-new-tab to chrome-apps",
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    }
}