New Tab Apps

Show the Apps screen in the New Tab instead of the new New Tab.

什么是New Tab Apps?

New Tab Apps是由Adrià Vilanova Martínez (avm99963)开发的Chrome扩展程序,该扩展的主要功能是“Show the Apps screen in the New Tab instead of the new New Tab.”。

扩展截图

screenshot

下载New Tab Apps扩展crx文件

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

扩展使用说明

                        Show the Apps screen in the New Tab instead of the new New Tab.

** How it works **
Immediately after you install this extension we'll redirect all the new tab pages you open to the Apps screen. That simple. Whenever you want you can uninstall or disable it in the chrome://extensions page.

** Credits **
Icon from http://www.icons-land.com                    

扩展基本信息

名称 New Tab Apps New Tab Apps
ID iiaadipohcenaagngllohhjehohdcehp
官方URL https://chromewebstore.google.com/detail/new-tab-apps/iiaadipohcenaagngllohhjehohdcehp
简介 Show the Apps screen in the New Tab instead of the new New Tab.
文件大小 86.26 KB
安装次数 709
当前版本 0.2.1.1
更新时间 2022-07-09
上架时间 2014-05-03
评分 4.80/5 共10次评分
开发者 Adrià Vilanova Martínez (avm99963)
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/e/2PACX-1vQqZVpbT2k8U1tn1PdmDaAWnfMpLFIIeAAxiN-J-p7atXSPhhjVemIe5z5TgyT7llpgq1OAitP1TXB5/pub
支持的语言 en,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.2.1.1",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "256": "img\/icon\/256.png",
        "128": "img\/icon\/128.png",
        "64": "img\/icon\/64.png",
        "48": "img\/icon\/48.png",
        "32": "img\/icon\/32.png",
        "24": "img\/icon\/24.png",
        "16": "img\/icon\/16.png"
    },
    "default_locale": "en"
}