New Tab to Apps
New Tab to Apps
什麼是New Tab to Apps?
New Tab to Apps是由pquiring開發的Chrome擴展程式,該擴展的主要功能是“New Tab to Apps”。
下載New Tab to Apps擴展crx文件
下載New Tab to Apps擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Bare bones redirect new tab to apps page. No config, no fuss, just go to apps page. For those that do not like the "new" new tab page.
擴展基本資訊
名稱 | |
ID | fbfifhljnoceapcnakkmijgmmfigbakg |
官方網址 | https://chrome.google.com/webstore/detail/new-tab-to-apps/fbfifhljnoceapcnakkmijgmmfigbakg |
簡介 | New Tab to Apps |
檔案大小 | 4.92 KB |
安裝次數 | 13 |
目前版本 | 1.0 |
更新時間 | 2013-10-05 |
上架時間 | 2013-10-05 |
評分 | 5.00/5 共 1 次評分 |
開發者 | pquiring |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "redirect.html" }, "description": "New Tab to Apps", "icons": { "128": "icon128.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "22", "name": "New Tab to Apps", "permissions": [ "tabs", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |