NewTab Memo

Transforms Chrome new tabs into memopads. Type, edit, and save text.

NewTab Memoとは何ですか?

NewTab Memoはnc-devによって開発されたChromeの拡張機能で、その主な機能は「Transforms Chrome new tabs into memopads. Type, edit, and save text.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Ideal for jotting down notes. Only stores text locally, without any external tracking or storage.

★ Features ★
- Works offline
- Autosaves text
- Curated themes
- Custom web fonts
- Lightweight (~30 KiB) and only "Vanilla JS"

= = = = = = = = = =
Changelog 
(most recent updates)

v1.1.2
- positioning bug fix

v1.1.1
- New text editing lock/unlock button and indicator
- New theme: Cookies 'n Cream
- New text styling buttons: bold, italics, underline, strikethrough, indent, outdent,

v1.1.0
- Moving some experimental features to stable
- Options page changes to display current CSS settings                    

拡張機能の基本情報

名前 NewTab Memo NewTab Memo
ID gmahiocgkhbehfpmdndjpppdehlccaoh
公式URL https://chromewebstore.google.com/detail/newtab-memo/gmahiocgkhbehfpmdndjpppdehlccaoh
説明 Transforms Chrome new tabs into memopads. Type, edit, and save text.
ファイルサイズ 24.05 KB
インストール数 138
現在のバージョン 1.1.2
最終更新日 2021-01-15
公開日 2017-06-28
評価 4.33/5 合計 6 レビュー
開発者 nc-dev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewTab Memo",
    "version": "1.1.2",
    "description": "Transforms Chrome new tabs into memopads. Type, edit, and save text.",
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "NewTab Memo",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "save_changes": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            },
            "description": "Save text changes"
        }
    }
}