Notes Tab

This extension creates a note pad in a new tab

Notes Tabとは何ですか?

Notes Tabはpatrickasdfによって開発されたChromeの拡張機能で、その主な機能は「This extension creates a note pad in a new tab」です。

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

screenshot

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

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

拡張機能の使用方法

                        Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab.

Features:
- Auto-save
- Current date in the heading                    

拡張機能の基本情報

名前 Notes Tab Notes Tab
ID godhnbnhjjhcooiigbabagepddfmjgbk
公式URL https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk
説明 This extension creates a note pad in a new tab
ファイルサイズ 125 KB
インストール数 202
現在のバージョン 1.2
最終更新日 2015-08-26
公開日 2015-08-26
評価 4.33/5 合計 6 レビュー
開発者 patrickasdf
支払い方法 free
拡張機能のウェブサイト http://www.patrickmatherly.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notes Tab",
    "description": "This extension creates a note pad in a new tab",
    "version": "1.2",
    "permissions": [
        "tabs",
        "topSites"
    ],
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "newpad.html"
    },
    "icons": {
        "16": "newpadicon16.png",
        "48": "newpadicon48.png",
        "128": "newpadicon128.png"
    }
}