Blank New Tab
Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.
什麼是Blank New Tab?
Blank New Tab是由http://baylaunch.com開發的Chrome擴展程式,該擴展的主要功能是“Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.”。
擴展截圖
下載Blank New Tab擴展crx文件
下載Blank New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome's "new tab" is a cluttered mess. It's also a memory hog. This extension reduces the Chrome "new tab" from 140MB to about 40MB per tab, saving you 100MB per tab. You can also customize new tabs with your own text and HTML, via the extension's options page. Unlike many of the other extensions in this category, this extension by default gives you a completely blank "new tab" page, instead of replacing Chrome's clutter with more clutter.
擴展基本資訊
名稱 | |
ID | bdoedaflbnflgmbkogejhibdieoiiknh |
官方網址 | https://chrome.google.com/webstore/detail/blank-new-tab/bdoedaflbnflgmbkogejhibdieoiiknh |
簡介 | Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab. |
檔案大小 | 5.64 KB |
安裝次數 | 365 |
目前版本 | 1.0.0.0 |
更新時間 | 2015-04-07 |
上架時間 | 2015-04-07 |
評分 | 4.83/5 共 6 次評分 |
開發者 | http://baylaunch.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "chrome_url_overrides": { "newtab": "blank.html" }, "description": "Blank \"new tab\" page. Reduces Chrome memory usage by up to 100MB per tab.", "icons": { "128": "128.png" }, "name": "Blank New Tab", "permissions": [ "tabs" ], "version": "1.0.0.0", "options_page": "options.html" } |