New Tab Page - Podac
An innovative solution to brighten up Chrome's new tab page. Featuring beautiful background images from Unsplash!
什麼是New Tab Page - Podac?
New Tab Page - Podac是由Sam Potter開發的Chrome擴展程式,該擴展的主要功能是“An innovative solution to brighten up Chrome's new tab page. Featuring beautiful background images from Unsplash!”。
擴展截圖
下載New Tab Page - Podac擴展crx文件
下載New Tab Page - Podac擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Brighten up your new tab page with beautiful images and bookmarks UI. Built as a solution to a prevalent problem of new tab extensions today: over-complication. A new tab page has never been used for much more than a Google search. So why should it stand in the way of that and clutter up your page with widgets and features you'll never use? The simplicity of Podac's design allows user to navigate their way on the net, without distractions. Features: - Stunning background images from Unsplash - Fully customisable bookmarks interface
擴展基本資訊
名稱 | New Tab Page - Podac |
ID | nfonljoaendacefohigmllikiempdipg |
官方網址 | https://chromewebstore.google.com/detail/new-tab-page-podac/nfonljoaendacefohigmllikiempdipg |
簡介 | An innovative solution to brighten up Chrome's new tab page. Featuring beautiful background images from Unsplash! |
檔案大小 | 427 KB |
安裝次數 | 20 |
目前版本 | 3.0.4 |
更新時間 | 2020-05-13 |
上架時間 | 2020-05-12 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Sam Potter |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Page - Podac", "version": "3.0.4", "description": "An innovative solution to brighten up Chrome's new tab page. Featuring beautiful background images from Unsplash!", "author": "Sam Potter", "manifest_version": 2, "offline_enabled": true, "chrome_url_overrides": { "newtab": "\/index.html" }, "permissions": [ "storage" ], "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" } } |