Notepad Online

A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.

Notepad Onlineとは何ですか?

Notepad OnlineはBrandon Fowlerによって開発されたChromeの拡張機能で、その主な機能は「A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Notepad Online is a simple online notepad with support for rich text editing and multiple named notes.

Features:

- Synced or local notes
- Multiple named notes
- Upload and download notes from your computer (as HTML or plain text)
- Edit notes as HTML (rich text) or plain text
- View HTML notes in any browsers and plain text notes all any text editor
- Dark mode
- Editing toolbar (text decoration, text alignment, lists, indention, text and background color, links, horizontal lines, and more!)
- Auto save
- Popup mode and full page mode
- Unlimited note size (for local notes)
- Compressed synced notes (for higher capacity)                    

拡張機能の基本情報

名前 Notepad Online Notepad Online
ID hjabknmbgbnopipagjbmocghjodofkif
公式URL https://chromewebstore.google.com/detail/notepad-online/hjabknmbgbnopipagjbmocghjodofkif
説明 A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.
ファイルサイズ 35.33 KB
インストール数 10,643
現在のバージョン 2.0.2
最終更新日 2024-01-21
公開日 2019-06-08
評価 3.86/5 合計 7 レビュー
開発者 Brandon Fowler
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notepad Online",
    "version": "2.0.2",
    "description": "A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.",
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "downloads"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "manifest_version": 3
}