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 |
官方URL | 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" } } |