Better New Tab Pro
Better new tab improves the quality of your new tab with amazing wallpapers & videos
Better New Tab Proとは何ですか?
Better New Tab ProはMrProductivityによって開発されたChromeの拡張機能で、その主な機能は「Better new tab improves the quality of your new tab with amazing wallpapers & videos」です。
拡張機能のスクリーンショット
Better New Tab Pro拡張機能のCRXファイルをダウンロード
Better New Tab Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Better new tab pro improves the quality of your new tab by adding wallpapers and video wallpapers You can select many normal wallpapers (static pictures) or video animated wallpapers that plays automatically on your new tab page. If you want more videos or images, please let us know and we will add more! Suggestions are welcome! You can contact us @ [email protected]
拡張機能の基本情報
名前 | |
ID | nojnjadiacnfbmeaedaloeilohcjmfdg |
公式URL | https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg |
説明 | Better new tab improves the quality of your new tab with amazing wallpapers & videos |
ファイルサイズ | 17.23 MB |
インストール数 | 54 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-06-17 |
公開日 | 2020-06-17 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | MrProductivity |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "MrProductivity", "version": "1.0.1", "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "pages\/app.html" }, "background": { "persistent": true, "page": "pages\/background.html" }, "permissions": [ "tabs", "topSites", "storage" ], "default_locale": "en", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "js\/content.js" ] } |