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 |
Eメール | [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" } } |