Jotter

Jot down multiple notes with a simple notepad.

Jotterคืออะไร?

Jotter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jacob Bennett และคุณลักษณะหลักของมันคือ "Jot down multiple notes with a simple notepad."

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

screenshot
screenshot
screenshot

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

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

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

                        Jotter allows you to jot some quick notes by clicking the icon in the corner of your browser. Create multiple notes to organize your thoughts or ideas. Great way to save things to copy and paste later somewhere else.

Features:
- Create and switch between multiple notes
- Sync notes
- Auto Save
- Links
- Change text style
- Character Count
- Word Count

Tip: Click and hold "JOTTER" in the extension for 2 seconds to switch to an alternate theme!

CHANGE LOG:
v2.0.5
- Support for hyperlinks
------------------------------------------------------------------
v2.0
- Redesign
- Rebuilt from ground up to improve performance, appearance, and user experience
------------------------------------------------------------------
v1.1.2.4
- Bug fix with Chrome API limitations
------------------------------------------------------------------
v1.1
- Added ability to create more than one note
- Reduced size dramatically
------------------------------------------------------------------
v1.0.8
- Merry Christmas Message Removed
- Warning message if text is over 7000 characters long
------------------------------------------------------------------
v1.0.7
- Merry Christmas and Happy Holidays!
------------------------------------------------------------------
v1.0.6
- View text Formatting. Buttons change color.
------------------------------------------------------------------
v1.0.5
- Auto Saving
- Paste as plain text
------------------------------------------------------------------
v1.0.4
- Word Count Button
- Release Notes link to view changes
------------------------------------------------------------------
v1.0.3
- New Fonts
- Simplified
------------------------------------------------------------------
v1.0.2
- Flatter, Simpler Design
- New Shadow Animation
- Lighter, Softer Background
------------------------------------------------------------------
v1.0.1
- Temporary fix for notes not saving
- Autosave not working
------------------------------------------------------------------
v1.0.0 Release Notes
- Yellow Background
- Bold, Italics, and Underline                    

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

ชื่อ Jotter Jotter
ID iamceofaeghmibfhlojfjdkjkikdpibf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jotter/iamceofaeghmibfhlojfjdkjkikdpibf
คำอธิบาย Jot down multiple notes with a simple notepad.
ขนาดไฟล์ 70.49 KB
จำนวนการติดตั้ง 204
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2023-02-23
วันที่เผยแพร่ 2019-05-07
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Jacob Bennett
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jotter",
    "description": "Jot down multiple notes with a simple notepad.",
    "version": "2.0.5",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Jotter",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ]
}