GoodPlan

Replace a new tab with daily smart notes

GoodPlan란 무엇입니까?

GoodPlan은(는) barryjonesph에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace a new tab with daily smart notes"입니다.

확장 프로그램 스크린샷

screenshot

GoodPlan 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GoodPlan is your digital smart notebook with a nice design and daily pages.

With GoodPlan your thoughts, notes, and todo are just one tab away. You can also track your daily progress and go back and forth between pages.                    

확장 프로그램 기본 정보

이름 GoodPlan GoodPlan
ID hafghakgjjmcdagnpgdljhifmbkoobbb
공식 URL https://chromewebstore.google.com/detail/goodplan/hafghakgjjmcdagnpgdljhifmbkoobbb
설명 Replace a new tab with daily smart notes
파일 크기 1.3 MB
설치 횟수 194
현재 버전 1.6.1
최근 업데이트 2020-02-10
출시 날짜 2020-02-06
평점 5.00/5 총 1 개의 평점
개발자 barryjonesph
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://search.quickmovietab.com/pp.php
지원되는 언어 en-US
manifest.json
{
    "browser_action": {
        "default_icon": "favicon\/preview-128x128.png",
        "default_title": "GoodPlan",
        "icons": {
            "128": "favicon\/preview-128x128.png",
            "16": "favicon\/favicon-16x16.png",
            "32": "favicon\/favicon-32x32.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'  https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com  ; object-src 'self'",
    "description": "Replace a new tab with daily smart notes",
    "homepage_url": "https:\/\/goodplan.app\/",
    "icons": {
        "128": "favicon\/preview-128x128.png",
        "16": "favicon\/favicon-16x16.png",
        "48": "favicon\/preview-48x48.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "GoodPlan",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "Smart notes",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1"
}