Newtab Clear
Replace current newtab screen with blank newtab.
什麼是Newtab Clear?
Newtab Clear是由[email protected]開發的Chrome擴展程式,該擴展的主要功能是“Replace current newtab screen with blank newtab.”。
擴展截圖
下載Newtab Clear擴展crx文件
下載Newtab Clear擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For those who prefer new tabs display a blank page
擴展基本資訊
名稱 | Newtab Clear |
ID | dgjhckfnkeboglnhifjdbpakiocmophg |
官方網址 | https://chromewebstore.google.com/detail/newtab-clear/dgjhckfnkeboglnhifjdbpakiocmophg |
簡介 | Replace current newtab screen with blank newtab. |
檔案大小 | 17.13 KB |
安裝次數 | 72 |
目前版本 | 1.2.5 |
更新時間 | 2014-05-28 |
上架時間 | 2014-05-28 |
評分 | 5.00/5 共 2 次評分 |
開發者 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Newtab Clear", "version": "1.2.5", "description": "Replace current newtab screen with blank newtab.", "icons": { "128": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "offline_enabled": true } |