Atmosphere Backgrounds

Enhance your day to day browsing experience

什么是Atmosphere Backgrounds?

Atmosphere Backgrounds是由ninayadev开发的Chrome扩展程序,该扩展的主要功能是“Enhance your day to day browsing experience”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
    }
}