New Tab Notepad

Minimal note area replaces default new tab. Notes are automatically synced.

New Tab Notepadとは何ですか?

New Tab Notepadはdmosによって開発されたChromeの拡張機能で、その主な機能は「Minimal note area replaces default new tab. Notes are automatically synced.」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 New Tab Notepad New Tab Notepad
ID pddkodofopnmfgdldpakeebgmfjoombe
公式URL https://chromewebstore.google.com/detail/new-tab-notepad/pddkodofopnmfgdldpakeebgmfjoombe
説明 Minimal note area replaces default new tab. Notes are automatically synced.
ファイルサイズ 7.68 KB
インストール数 15
現在のバージョン 1.0
最終更新日 2016-03-08
公開日 2016-03-08
評価 4.00/5 合計 1 レビュー
開発者 dmos
支払い方法 free
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "js\/main.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Minimal note area replaces default new tab. Notes are automatically synced.",
    "icons": {
        "128": "img\/icon\/icon128.png",
        "48": "img\/icon\/icon48.png",
        "16": "img\/icon\/icon16.png"
    },
    "manifest_version": 2,
    "name": "New Tab Notepad",
    "permissions": [
        "storage"
    ],
    "short_name": "Notepad",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}