Blank New Tab Page plus...
A blank New Tab Page with a colour and background of your choice
什麼是Blank New Tab Page plus...?
Blank New Tab Page plus...是由https://mythical5th.com開發的Chrome擴展程式,該擴展的主要功能是“A blank New Tab Page with a colour and background of your choice”。
擴展截圖
下載Blank New Tab Page plus...擴展crx文件
下載Blank New Tab Page plus...擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click the icon in the bottom corner to reveal options for background colour, patterns and textures, and to add a launcher for pages such as Bookmarks and History. The background can be saved as an image file via the toolbar icon's context menu. On Chrome OS, it can be set as the desktop wallpaper via the same menu. ⚠ This extension is a replacement for your current New Tab Page, it doesn't simply add a background to it.
擴展基本資訊
名稱 | Blank New Tab Page plus... |
ID | hlgjppjfojhgojohkpcfaecgnaehajae |
官方網址 | https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae |
簡介 | A blank New Tab Page with a colour and background of your choice |
檔案大小 | 1.61 MB |
安裝次數 | 44 |
目前版本 | 2.2.5 |
更新時間 | 2024-02-10 |
上架時間 | 2019-04-06 |
評分 | 4.80/5 共 5 次評分 |
開發者 | https://mythical5th.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://mythical5th.com/policies/chromeWebStore.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.2.5", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "short_name": "BlankTab", "default_locale": "en", "chrome_url_overrides": { "newtab": "html\/newTab.html" }, "action": [], "icons": { "128": "icons\/icon128.png" }, "permissions": [ "contextMenus", "storage", "wallpaper" ], "optional_permissions": [ "downloads" ], "background": { "service_worker": "service-worker.js" } } |