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
官方網址 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
}