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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}