Fashion Background Pictures New Tab
This new tab extension will display fashion pictures in the background.
Fashion Background Pictures New Tabとは何ですか?
Fashion Background Pictures New TabはFashion New Tabによって開発されたChromeの拡張機能で、その主な機能は「This new tab extension will display fashion pictures in the background.」です。
拡張機能のスクリーンショット
Fashion Background Pictures New Tab拡張機能のCRXファイルをダウンロード
Fashion Background Pictures New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stay up-to-date with the latest fashion trends as our extension treats you to a visual feast of fashion pictures in every new tab you open. Experience joy and beauty with our fashion pictures where each new tab becomes a gallery of trendy and inspiring images. Please note this extension will change your Chrome New Tab and New Tab search. New Tab search results powered by Yahoo. Here are some important details: By clicking on the 'Add to Chrome' button and installing this fun “Fashion background pictures new tab”, you agree to install this extension, with our Privacy Policy and our Terms of Service mentioned below. By installing “Fashion background pictures new tab” you agree to the change of the new tab setting. Privacy policy available at: https://fashionnewtab.com/privacy.html Terms of Service: https://fashionnewtab.com/terms.html Contact us! We’d love to hear from you: [email protected] You may remove or disable this extension at any time.
拡張機能の基本情報
名前 | Fashion Background Pictures New Tab |
ID | ecllgdfkamjfebkldhghpfpkheedkldl |
公式URL | https://chromewebstore.google.com/detail/fashion-background-pictur/ecllgdfkamjfebkldhghpfpkheedkldl |
説明 | This new tab extension will display fashion pictures in the background. |
ファイルサイズ | 1.43 MB |
インストール数 | 2,274 |
現在のバージョン | 1.0.5 |
最終更新日 | 2023-08-14 |
公開日 | 2022-11-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Fashion New Tab |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://fashionnewtab.com |
プライバシーポリシーページのURL | https://fashionnewtab.com/privacy.html |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "manifest_version": 3, "name": "Fashion Background Pictures New Tab", "version": "1.0.5", "description": "This new tab extension will display fashion pictures in the background.", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/fashionnewtab.com\/", "*:\/\/*.fashionnewtab.com\/" ], "chrome_url_overrides": { "newtab": "FashionTab.html" }, "icons": { "16": "fashion.png", "48": "fashion.png", "128": "fashion.png" }, "action": { "default_icon": "fashion.png" } } |