New Tab Redirect to Apps - Axlg
Simple extension that will bring you back the classic Apps-Based New tab page!
什么是New Tab Redirect to Apps - Axlg?
New Tab Redirect to Apps - Axlg是由https://axl-g.com开发的Chrome扩展程序,该扩展的主要功能是“Simple extension that will bring you back the classic Apps-Based New tab page!”。
扩展截图
下载New Tab Redirect to Apps - Axlg扩展crx文件
下载New Tab Redirect to Apps - Axlg扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
I made this because i was using another one that was asking a lots of permissions. This will shows you Apps Page when opening a New tab and need only 1 permission that is for redirect to chrome://apps. v2 Updated! working again! axl-g.com
扩展基本信息
名称 | New Tab Redirect to Apps - Axlg |
ID | nkglplbcmeamjpiegkcjhfogcjfggjjp |
官方URL | https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp |
简介 | Simple extension that will bring you back the classic Apps-Based New tab page! |
文件大小 | 7.7 KB |
安装次数 | 627 |
当前版本 | 2 |
更新时间 | 2016-10-07 |
上架时间 | 2016-10-05 |
评分 | 4.73/5 共40次评分 |
开发者 | https://axl-g.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://axl-g.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Redirect to Apps - Axlg", "description": "Simple extension that will bring you back the classic Apps-Based New tab page!", "version": "2", "manifest_version": 2, "chrome_url_overrides": { "newtab": "new_tab_redirect_to_apps.html" }, "permissions": [ "tabs" ], "icons": { "128": "Axlg_Logo.png" } } |