New Tab with chrome apps

simple extension allows change default-new-tab to chrome-apps

什麼是New Tab with chrome apps?

New Tab with chrome apps是由https://jyny.dev開發的Chrome擴展程式,該擴展的主要功能是“simple extension allows change default-new-tab to chrome-apps”。

擴展截圖

screenshot
screenshot

下載New Tab with chrome apps擴展crx文件

下載New Tab with chrome apps擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        OpenSource project for change default-new-tab to chrome-apps

Since some version of chrome, default New-tab page had changed.
This extension bring the default New-tab page back to chrome-apps page. 

OpenSource!
Without any permissions required!!
more private, more secure!

view source code on Github
https://github.com/Jyny/New-Tab-with-chrome-apps                    

擴展基本資訊

名稱 New Tab with chrome apps New Tab with chrome apps
ID ckcjokafpkoiijnflcpogblchhoieafj
官方網址 https://chromewebstore.google.com/detail/new-tab-with-chrome-apps/ckcjokafpkoiijnflcpogblchhoieafj
簡介 simple extension allows change default-new-tab to chrome-apps
檔案大小 3.8 KB
安裝次數 1,364
目前版本 1.4
更新時間 2021-03-25
上架時間 2015-03-23
評分 4.18/5 共 11 次評分
開發者 https://jyny.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Jyny/New-Tab-with-chrome-apps
說明頁面URL https://github.com/Jyny/New-Tab-with-chrome-apps
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab with chrome apps",
    "version": "1.4",
    "author": "jyny",
    "icons": {
        "128": "icon.png"
    },
    "description": "simple extension allows change default-new-tab to chrome-apps",
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    }
}