New Tab Goals
Your goals on every new tab.
New Tab Goalsとは何ですか?
New Tab GoalsはJohnson Fungによって開発されたChromeの拡張機能で、その主な機能は「Your goals on every new tab.」です。
拡張機能のスクリーンショット
New Tab Goals拡張機能のCRXファイルをダウンロード
New Tab Goals拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Each new tab shows one of your goals on top of a beautiful photo.
All goals are saved on your machine. No login or account needed. No data is stored or tracked.
100% free, ad-free, and open-sourced.
--
My partner and I needed a way to remind ourselves of our new year goals and mantras, so we made this extension. We hope it's helpful to you and yours.
--
Thanks to the extension Buffer Values for the inspiration (and base code) and thanks to Unsplash.com for the beautiful photos.                     拡張機能の基本情報
| 名前 |   |  
| ID | fochagcpmmbpejabaegjgokbkjldiodg | 
| 公式URL | https://chromewebstore.google.com/detail/new-tab-goals/fochagcpmmbpejabaegjgokbkjldiodg | 
| 説明 | Your goals on every new tab. | 
| ファイルサイズ | 99.48 KB | 
| インストール数 | 40 | 
| 現在のバージョン | 1.1.1 | 
| 最終更新日 | 2020-02-04 | 
| 公開日 | 2020-02-04 | 
| 評価 | 5.00/5 合計 7 レビュー | 
| 開発者 | Johnson Fung | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Goals",
    "version": "1.1.1",
    "author": "Johnson Fung",
    "short_name": "New Tab Goals",
    "description": "Your goals on every new tab.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "graphics\/icons\/icon-128x128.png",
        "48": "graphics\/icons\/icon-48x48.png",
        "16": "graphics\/icons\/icon-16x16.png"
    }
}  |  |