Yet Another New Tab Page
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
什麼是Yet Another New Tab Page?
Yet Another New Tab Page是由Brian Mock開發的Chrome擴展程式,該擴展的主要功能是“It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…”。
擴展截圖
下載Yet Another New Tab Page擴展crx文件
下載Yet Another New Tab Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved performance. Check out the source code on GitHub! https://github.com/wavebeem/yantp
擴展基本資訊
名稱 | |
ID | imfkhhcponjpjhfpaccepedaabjclbjj |
官方網址 | https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj |
簡介 | It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved… |
檔案大小 | 9.39 KB |
安裝次數 | 194 |
目前版本 | 21.0 |
更新時間 | 2017-11-19 |
上架時間 | 2017-11-19 |
評分 | 4.43/5 共 14 次評分 |
開發者 | Brian Mock |
付費類型 | free |
擴展官網 | https://github.com/wavebeem/yantp |
說明頁面URL | https://github.com/wavebeem/yantp |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "21.0", "name": "Yet Another New Tab Page", "short_name": "yantp", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "topSites", "bookmarks", "chrome:\/\/favicon\/" ], "chrome_url_overrides": { "newtab": "ntp.html" } } |