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 擴展基本資訊
| 名稱 | |
| ID | nkglplbcmeamjpiegkcjhfogcjfggjjp |
| 官方網址 | 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"
}
} | |