New Moment
A river of joy throughout your day
New Momentとは何ですか?
New Momentはhttps://newmoment-tab.comによって開発されたChromeの拡張機能で、その主な機能は「A river of joy throughout your day」です。
拡張機能のスクリーンショット
New Moment拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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]"
}
} | |