Spring Wallpaper
Spring Wallpaper turn new tab to HD Spring background. Custom Spring Wallpaper background theme for fans.
Что такое Spring Wallpaper?
Spring Wallpaper - это расширение Chrome, разработанное Good Extension, и его основная функция - "Spring Wallpaper turn new tab to HD Spring background. Custom Spring Wallpaper background theme for fans.".
Снимки экрана расширения
Скачать файл CRX расширения Spring Wallpaper
Скачайте файлы расширений Spring Wallpaper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Spring New Tab Wallpapers, created specifically for Spring Lovers. Changes your tab with a Spring New tab. FEATURES: • Every time you open a new tab, the Spring wallpaper is shuffled. • Google search provides quick access to popular websites. • Easy access to email and social media accounts. • Quick access to your most often visited websites. • Bookmarks are easily accessible. • Display Weather, Count down, Greetings, Time on screen. • Add a website to the Shortcuts tab for easy access. • Simple Social Media Sharing. • User can change the settings by clicking on setting button.
Основная информация о расширении
Название | Spring Wallpaper |
ID | eojakpcjaadjpooaohdkmlnmnenbicmc |
Официальный URL | https://chrome.google.com/webstore/detail/spring-wallpaper/eojakpcjaadjpooaohdkmlnmnenbicmc |
Описание | Spring Wallpaper turn new tab to HD Spring background. Custom Spring Wallpaper background theme for fans. |
Размер файла | 26.75 MB |
Количество установок | 606 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2023-01-31 |
Дата публикации | 2023-01-31 |
Разработчик | Good Extension |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://pixatab.com/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "action": { "default_icon": { "128": "128.png" } }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "128.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "bookmarks", "topSites" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |