Bing Image New Tab
Simple new tab with beautiful bing.com daily wallpaper.
Bing Image New Tabとは何ですか?
Bing Image New Tabはwangzheng422によって開発されたChromeの拡張機能で、その主な機能は「Simple new tab with beautiful bing.com daily wallpaper.」です。
拡張機能のスクリーンショット
Bing Image New Tab拡張機能のCRXファイルをダウンロード
Bing Image New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Super simple, just install, and accept it to take over the new tab. Then you can see bing wallpaper in new tab. Just enjoy the beautiful. based on https://codingcat.cn/ataraxia/ .
拡張機能の基本情報
名前 | Bing Image New Tab |
ID | hahpccmdkmgmaoebhfnkpcnndnklfbpj |
公式URL | https://chromewebstore.google.com/detail/bing-image-new-tab/hahpccmdkmgmaoebhfnkpcnndnklfbpj |
説明 | Simple new tab with beautiful bing.com daily wallpaper. |
ファイルサイズ | 8.42 MB |
インストール数 | 916 |
現在のバージョン | 1.3 |
最終更新日 | 2024-01-02 |
公開日 | 2020-12-20 |
評価 | 4.17/5 合計 6 レビュー |
開発者 | wangzheng422 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/wangzheng422/chrome_newtab_wallpaper |
対応言語 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "short_name": "BingTabImage", "default_locale": "en", "author": "wangzheng422", "homepage_url": "https:\/\/github.com\/wangzheng422\/chrome_newtab_wallpaper", "description": "__MSG_extension_desc__", "version": "1.3", "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "icons": { "16": ".\/icon.png", "32": ".\/icon.png", "48": ".\/icon.png", "128": ".\/icon.png" }, "permissions": [ "*:\/\/*.bing.com\/*" ], "background": { "scripts": [ ".\/scripts\/background.js" ] }, "options_page": "options.html" } |