Simple Notepad

Very simple notepad. Synchronize between the same accounts.

Simple Notepadคืออะไร?

Simple Notepad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mountaindull และคุณลักษณะหลักของมันคือ "Very simple notepad. Synchronize between the same accounts."

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

screenshot
screenshot

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

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

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

                        Add a very simple notepad that allows you to switch between multiple notes in your browser.
You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved.
You can change the size of the memo field and the width of the TAB from "Settings".                    

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

ชื่อ Simple Notepad Simple Notepad
ID gmcbcmahcbcmmlofmdmnmjfhojegpbdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh
คำอธิบาย Very simple notepad. Synchronize between the same accounts.
ขนาดไฟล์ 51.86 KB
จำนวนการติดตั้ง 174
เวอร์ชันปัจจุบัน 1.6.5
อัปเดตครั้งล่าสุด 2023-08-25
วันที่เผยแพร่ 2022-01-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา mountaindull
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Keinsleif/Simple_Notepad
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "1.6.5",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}