BingTabとは何ですか?
BingTabはxwkによって開発されたChromeの拡張機能で、その主な機能は「bing wallpaper by:xwk mail:[email protected]」です。
拡張機能のスクリーンショット
BingTab拡張機能のCRXファイルをダウンロード
BingTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show Bing wallpaper with your new tab 新标签页显示bing当天图片
拡張機能の基本情報
名前 | BingTab |
ID | eaipnhehbkcijmmjfbdojegbmomlpbnb |
公式URL | https://chromewebstore.google.com/detail/bingtab/eaipnhehbkcijmmjfbdojegbmomlpbnb |
説明 | bing wallpaper by:xwk mail:[email protected] |
ファイルサイズ | 36.82 KB |
インストール数 | 72 |
現在のバージョン | 0.0.5 |
最終更新日 | 2023-07-26 |
公開日 | 2021-03-30 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | xwk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BingTab", "version": "0.0.5", "description": "bing wallpaper by:xwk mail:[email protected]", "manifest_version": 2, "permissions": [ "https:\/\/*.bing.com\/" ], "content_scripts": [], "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "bingtab.html" }, "page_action": { "default_title": "BingTab" }, "web_accessible_resources": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "minimum_chrome_version": "21.0.1180.57" } |