GoodPlan

Replace a new tab with daily smart notes

GoodPlanとは何ですか?

GoodPlanはbarryjonesphによって開発されたChromeの拡張機能で、その主な機能は「Replace a new tab with daily smart notes」です。

拡張機能のスクリーンショット

screenshot

GoodPlan拡張機能のCRXファイルをダウンロード

GoodPlan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}