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
官方網址 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
電子郵箱 [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
}