Set ABOUT:BLANK as NEW TAB page
Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.
什麼是Set ABOUT:BLANK as NEW TAB page?
Set ABOUT:BLANK as NEW TAB page是由https://puvox.software開發的Chrome擴展程式,該擴展的主要功能是“Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.”。
擴展截圖
下載Set ABOUT:BLANK as NEW TAB page擴展crx文件
下載Set ABOUT:BLANK as NEW TAB page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Use this extension to have "about:blank" as your new tab page.                     擴展基本資訊
| 名稱 |   |  
| ID | amcfcgenknhnhicjonfnclkehkpfnfjl | 
| 官方網址 | https://chromewebstore.google.com/detail/set-aboutblank-as-new-tab/amcfcgenknhnhicjonfnclkehkpfnfjl | 
| 簡介 | Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab. | 
| 檔案大小 | 10.81 KB | 
| 安裝次數 | 72 | 
| 目前版本 | 1.0.1 | 
| 更新時間 | 2021-02-01 | 
| 上架時間 | 2021-02-01 | 
| 評分 | 5.00/5 共 2 次評分 | 
| 開發者 | https://puvox.software | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://puvox.software | 
| 隱私政策頁面URL | https://puvox.software/info/privacy-policy | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Set ABOUT:BLANK as NEW TAB page",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "empty.html"
    }
}  |  |