New Moment
A river of joy throughout your day
Что такое New Moment?
New Moment - это расширение Chrome, разработанное https://newmoment-tab.com, и его основная функция - "A river of joy throughout your day".
Снимки экрана расширения
Скачать файл CRX расширения New Moment
Скачайте файлы расширений New Moment в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
If you lose track of time when you're on your computer, this extension has been created for you.
We have hand-selected mindfulness quotes and reminders and paired it with calming imagery from Unsplash so that with each new tab, you have the opportunity for a New Moment.
The extension uses the Yahoo search engine and it will take you to your results fast by directly launching you into the web instantly and landing you on a search results page.
By clicking "Add to Chrome", I accept and agree to installing the New Moment Chrome extension and setting Chrome™ New Tab, Homepage takeover, and search to that provided by the service and the Terms of Use and Privacy Policy
Terms of Use: https://newmoment-tab.com/terms-and-conditions/
Privacy Policy: https://newmoment-tab.com/privacy-policy/ Основная информация о расширении
| Название | |
| ID | bkocglpjcgncajekfnpkohggboodbfik |
| Официальный URL | https://chromewebstore.google.com/detail/new-moment/bkocglpjcgncajekfnpkohggboodbfik |
| Описание | A river of joy throughout your day |
| Размер файла | 579 KB |
| Количество установок | 78,609 |
| Текущая Версия | 1.0.5 |
| Последнее Обновление | 2022-05-12 |
| Дата публикации | 2022-05-11 |
| Разработчик | https://newmoment-tab.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://newmoment-tab.com/ |
| URL страницы политики конфиденциальности | https://syndic8.asia/privacy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "New Moment",
"description": "A river of joy throughout your day",
"version": "1.0.5",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"geolocation"
],
"content_scripts": [
{
"all_frames": true,
"matches": [
"https:\/\/pragmalabs.co\/*"
],
"js": [
"assets\/index.js",
"assets\/vendor.js"
],
"css": [
"assets\/index.css"
],
"run_at": "document_start"
}
],
"icons": {
"48": "\/[email protected]",
"128": "\/[email protected]"
}
} | |