Atmosphere Backgrounds
Enhance your day to day browsing experience
Atmosphere Backgroundsとは何ですか?
Atmosphere Backgroundsはninayadevによって開発されたChromeの拡張機能で、その主な機能は「Enhance your day to day browsing experience」です。
拡張機能のスクリーンショット
Atmosphere Backgrounds拡張機能のCRXファイルをダウンロード
Atmosphere Backgrounds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
New tab Atmosphere backgrounds to enhance your browsing experience! By clicking "Add to chrome", I accept and agree to installing the Atmosphere Backgrounds new Tab and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing. Privacy page: https://www.atmoseek.com/privacy Term Of Use page: https://www.atmoseek.com/termofuse About Us page: https://www.atmoseek.com/about Contact Us page: https://www.atmoseek.com/contact Images taken from Unsplash service (https://unsplash.com)
拡張機能の基本情報
名前 | Atmosphere Backgrounds |
ID | hnnneodcogakmlfdnalkmbdmgldjnomd |
公式URL | https://chromewebstore.google.com/detail/atmosphere-backgrounds/hnnneodcogakmlfdnalkmbdmgldjnomd |
説明 | Enhance your day to day browsing experience |
ファイルサイズ | 463 KB |
インストール数 | 54 |
現在のバージョン | 1.0.4 |
最終更新日 | 2021-11-18 |
公開日 | 2021-08-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ninayadev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://atmoseek.com/ |
プライバシーポリシーページのURL | https://atmoseek.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Atmosphere Backgrounds", "version": "1.0.4", "description": "Enhance your day to day browsing experience", "manifest_version": 2, "author": "Your Name", "chrome_url_overrides": { "newtab": ".\/src\/main.html" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ ".\/src\/background.js" ] }, "browser_action": { "default_icon": "static\/favicon\/logo.png" }, "icons": { "16": "static\/favicon\/logo.png", "32": "static\/favicon\/logo.png", "42": "static\/favicon\/logo.png", "128": "static\/favicon\/logo.png" } } |