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”。
扩展截图
下载New Tab with Apps扩展crx文件
下载New Tab with Apps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.
扩展基本信息
名称 | New Tab with Apps |
ID | ccahedhbdoiklejagbfhklgmhefagpgd |
官方URL | https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd |
简介 | Override the new tab page with Google Chrome Apps page, does not need many permissions |
文件大小 | 10.12 KB |
安装次数 | 401 |
当前版本 | 0.2 |
更新时间 | 2014-04-04 |
上架时间 | 2014-04-03 |
评分 | 3.00/5 共3次评分 |
开发者 | 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 } |