Simple Notepad

Simple Notepad with Auto-Save feature for storing general information

Simple Notepadคืออะไร?

Simple Notepad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mr. Alien และคุณลักษณะหลักของมันคือ "Simple Notepad with Auto-Save feature for storing general information"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple light weight notepad extension to store notes with an ease. Generally useful when you want to save phone numbers, links, reminders temporarily.

Features :
- Backup your notes on Cloud Server (Powered by jsonbin.io) (As of v3.0)
- Auto Save Notes
- Remembers Caret Position
- Reports Last Saved
- Use TAB Key to Indent your text (As of v2.0)
- Export your Notes as Text Files (As of v2.1)

No crappy advertisements, no extra junk.

------------

Change Log :
- Version 3.2
-- Added a link for Advanced notepad.
-- Added powered by JSONbin.io in cloud backup panel.

- Version 3.1
-- Added a notification for Advance Notepad

- Version 3
-- Added cloud backup support using JSONbin.io

- Version 2.1
-- Added Export Functionality
-- Removed stray code

- Version 2.0
-- Use tab key to indent
-- Refactored the code a bit

- Version 1.1 Beta
-- Added offline Support

- Initial Release                    

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

ชื่อ Simple Notepad Simple Notepad
ID kfjclcfpbfhdmikhohhjacgdmndneckj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-notepad/kfjclcfpbfhdmikhohhjacgdmndneckj
คำอธิบาย Simple Notepad with Auto-Save feature for storing general information
ขนาดไฟล์ 52.85 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2021-08-15
วันที่เผยแพร่ 2017-07-12
คะแนน 4.10/5 รวมทั้งหมด 77 คะแนน
ผู้พัฒนา Mr. Alien
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://8bit.codes/privacy
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Simple Notepad with Auto-Save feature for storing general information",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiXVZxuBrMSDZZlQgjGLfFioxzMJvcbx6mEoaf\/b9eAmWbi5+Q8n8K9dEpZBN2GgQeIx3Qnk\/KRcU6fRiU6jazgHvXemkbDkasHKa+PoGMmvN\/bEwLR\/S8Cy29GLdNxyQ+m0GB09Eo+DN2sHDBxo4UtdkFdxYhQQ+wuFA0uBRew0oU8muRZDfWVxSEMSzaDdbB7wTEAdGXV44R3d2CE6nk3xaQIN5waKeS+GZgkzzv31pfNYXxUn9epolirNeCBiYBDMRp4jd2Lyf3D6iAwhXomkHltCDygttgpqS+Lig6558b3UyNfiGgr0AzUZeu2DG4sW\/Efnnl7OU5EL8vkFvyQIDAQAB",
    "manifest_version": 2,
    "name": "Simple Notepad",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "Simple Notepad",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2"
}