Star Wars Wallpaper
Star Wars wallpaper turn new tab to custom HD Star Wars background.
Что такое Star Wars Wallpaper?
Star Wars Wallpaper - это расширение Chrome, разработанное chromenewtab.com, и его основная функция - "Star Wars wallpaper turn new tab to custom HD Star Wars background.".
Снимки экрана расширения
Скачать файл CRX расширения Star Wars Wallpaper
Скачайте файлы расширений Star Wars Wallpaper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extension Features: 1. Shuffle Star Wars wallpaper every time you open a new tab. 2. Randomize Star Wars background or favorite it in wallpaper selection panel. 3. Get easy access to popular sites with Google search. 4. Quick access to your emails and social media accounts. 5. Show current date and time automatically. 6. New Note for you to write down your tasks. 7. Easy access to your history websites. 8. Easy access to your bookmarks. 9. Add website to Shortcut panel for quick access. 10. Quick access to Google apps. 11. Quick access to More Themes. 12. Easy Sharing to Social Media. 13. Quick access to Download wallpaper. 14. Enable fun snow, rain, falling leaves, fireworks animation in Star Wars new tab.
Основная информация о расширении
Название | |
ID | ancdlfdjbfckghgohedadacjphkkcgik |
Официальный URL | https://chrome.google.com/webstore/detail/star-wars-wallpaper/ancdlfdjbfckghgohedadacjphkkcgik |
Описание | Star Wars wallpaper turn new tab to custom HD Star Wars background. |
Размер файла | 2.98 MB |
Количество установок | 33,798 |
Текущая Версия | 40.17.51.74 |
Последнее Обновление | 2022-09-02 |
Дата публикации | 2022-09-02 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | chromenewtab.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://chromenewtab.com/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "description": "__MSG_appDesc__", "default_locale": "en", "name": "__MSG_appName__", "offline_enabled": true, "background": { "service_worker": "starwarsbg.js" }, "action": { "default_icon": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "starwarsindex.html" }, "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "version": "40.17.51.74", "permissions": [ "unlimitedStorage", "storage" ] } |