Empty New Tab Page
With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.
什麼是Empty New Tab Page?
Empty New Tab Page是由✰✰✰✰✰✰開發的Chrome擴展程式,該擴展的主要功能是“With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.”。
擴展截圖
下載Empty New Tab Page擴展crx文件
下載Empty New Tab Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | ldnoknppacjpejoacooogblpenmdligp |
官方網址 | https://chrome.google.com/webstore/detail/empty-new-tab-page/ldnoknppacjpejoacooogblpenmdligp |
簡介 | With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails. |
檔案大小 | 6.71 KB |
安裝次數 | 103 |
目前版本 | 1.1.2 |
更新時間 | 2016-01-16 |
上架時間 | 2016-01-16 |
評分 | 5.00/5 共 1 次評分 |
開發者 | ✰✰✰✰✰✰ |
付費類型 | free |
支援的語言 | de,en |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_extension_name__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.2", "default_locale": "en", "chrome_url_overrides": { "newtab": "empty_newtab.html" }, "description": "__MSG_description__", "icons": { "128": "icon_128.png" }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |