New Tab with Apps

Override the new tab page with Google Chrome Apps page, does not need many permissions

什么是New Tab with Apps?

New Tab with Apps是由https://sites.google.com/site/sandeshmore开发的Chrome扩展程序,该扩展的主要功能是“Override the new tab page with Google Chrome Apps page, does not need many permissions”。

扩展截图

screenshot

下载New Tab with Apps扩展crx文件

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

扩展使用说明

                        This extension overrides the new tab page with chrome apps page. This app does not need any special permissions.                    

扩展基本信息

名称 New Tab with Apps New Tab with Apps
ID jbfelchjnicpmdnfmcfpfajkdpibabkl
官方URL https://chromewebstore.google.com/detail/new-tab-with-apps/jbfelchjnicpmdnfmcfpfajkdpibabkl
简介 Override the new tab page with Google Chrome Apps page, does not need many permissions
文件大小 10.12 KB
安装次数 2,054
当前版本 0.2
更新时间 2014-11-12
上架时间 2014-04-02
评分 3.50/5 共2次评分
开发者 https://sites.google.com/site/sandeshmore
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab with Apps",
    "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "new_tab_chrome_apps.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "allapps16.png",
        "48": "allapps48.png",
        "128": "allapps128.png"
    },
    "manifest_version": 2
}