New Tab Goals

Your goals on every new tab.

什么是New Tab Goals?

New Tab Goals是由Johnson Fung开发的Chrome扩展程序,该扩展的主要功能是“Your goals on every new tab.”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 New Tab Goals New Tab Goals
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
电子邮箱 [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"
    }
}