Notepad

A simple yet powerful notepad with HTML5 support and more

Notepadคืออะไร?

Notepad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InBasic และคุณลักษณะหลักของมันคือ "A simple yet powerful notepad with HTML5 support and more"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notepad

ดาวน์โหลดไฟล์ส่วนขยาย Notepad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension offers a full-featured WYSIWYG HTML editor with a wide range of formatting options, similar to those found in modern editors. It allows you to create and organize multiple notes in different directories, called notebooks. The extension automatically saves your changes, so you don't have to manually save your notes. It is also integrated into the right-click context menu, allowing you to append the currently selected text to a note without opening the editor. The extension's user interface (UI) can be displayed in a browser tab or as a separate window. To switch between these modes, use the right-click options on the action button.

Features:
  * Automatically save notes
  * Supports notebooks
  * Supports exporting text from webpages to all notepads
  * Uses local storage and works completely offline
  * Supports common formatting options                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Notepad Notepad
ID hchcbafooaphheofgpijpfgklcmmmpff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notepad/hchcbafooaphheofgpijpfgklcmmmpff
คำอธิบาย A simple yet powerful notepad with HTML5 support and more
ขนาดไฟล์ 671 KB
จำนวนการติดตั้ง 11,203
เวอร์ชันปัจจุบัน 0.2.0.1
อัปเดตครั้งล่าสุด 2022-12-22
วันที่เผยแพร่ 2018-03-01
คะแนน 3.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา InBasic
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/notepad.html
URL หน้าช่วยเหลือ https://webextension.org/listing/notepad.html
URL หน้านโยบายความเป็นส่วนตัว https://add0n.com/policies/inb.cor.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0.1",
    "name": "Notepad",
    "description": "A simple yet powerful notepad with HTML5 support and more",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/notepad.html",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "options_ui": {
        "page": "data\/options\/index.html"
    }
}