Intend New Tab Page

Put what's most important right in front of you.

什么是Intend New Tab Page?

Intend New Tab Page是由https://intend.do开发的Chrome扩展程序,该扩展的主要功能是“Put what's most important right in front of you.”。

扩展截图

screenshot

下载Intend New Tab Page扩展crx文件

下载Intend New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Stay focused on what's most important by putting it right on your new tab page.

This extension is a tiny piece of a much larger system for orienting your life towards what matters to you. To sign up for Intend, go here: https://intend.do                    

扩展基本信息

名称 Intend New Tab Page Intend New Tab Page
ID edocdpcgndegohhhonllogdaccoenaon
官方URL https://chromewebstore.google.com/detail/intend-new-tab-page/edocdpcgndegohhhonllogdaccoenaon
简介 Put what's most important right in front of you.
文件大小 232 KB
安装次数 514
当前版本 1.0.2
更新时间 2023-06-03
上架时间 2018-04-21
评分 4.77/5 共13次评分
开发者 https://intend.do
电子邮箱 [email protected]
付费类型 free
扩展官网 https://intend.do
支持的语言 en
manifest.json
{
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "Intend New Tab Page",
    "short_name": "Intend NTP",
    "description": "Put what's most important right in front of you.",
    "icons": {
        "16": "img\/ntp16.png",
        "32": "img\/ntp32.png",
        "48": "img\/ntp48.png",
        "128": "img\/ntp128.png"
    },
    "incognito": "spanning",
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/intend.do\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtabpage.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "newtabpage.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmCDErAbG4mU7rqsghR1uyIDH+0l7DujRqw+3SywsL9elb3MsL5B2iHjwfadqQRoUyPNsy3Jd6KaqlrXZFKIuKPBgOJvD3\/hkEGC4rSLMZnwJFoR\/oTMy\/MoFO1wsJIoleI\/NGpT6r1kh9jlKVZTCYDxXUBt95LmyN2SEQVrWbx\/VwyWCLBa11WgPNX\/k13BCbCCz\/Xtrw7EwuFe0N0wsgR7CAC2wDHHFNcZTcG0gYcJrZlYZoZXXur7QaBR11moWFs9PNNbxUPBvbLklD6jRts\/9eQd2dSgcBvo3QfWTi7sQM+3VFK4uhBQEiZmtn+cx2tgqq67Oya49vAv84FwY+wIDAQAB"
}