Scratchpad

A notepad with autosave, sync, file export, and themes

Scratchpadคืออะไร?

Scratchpad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mythical5th.com และคุณลักษณะหลักของมันคือ "A notepad with autosave, sync, file export, and themes"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        • Auto-save
Changes will be saved about 2 seconds after your last edit, even if you've closed the popup. The sync process may take a few minutes to complete and is not designed to enable concurrent editing on multiple computers.

• Themes and Size
Themes and font size can be selected via the toolbar icon's context menu.

• Section Headings
Ctrl+Enter: Create a new section heading
Ctrl+Shift+Enter: Insert the date and time as a section heading

• Save to Disk
Ctrl+S: Save the notepad text to disk
Ctrl+Shift+S: Save selected text within the notepad

• Sync to Mobile
Your notes can be opened in a tab (read-only and without themes). This can be synced to mobile devices or shared as a link.
Ctrl+O: Open the notepad in a tab
Ctrl+Shift+O: Open selected text within the notepad

• Unsaved changes indicator
A red dot will be displayed in the toolbar icon whilst changes are waiting to be saved.

• Storage size
The notepad extends to 7,000 bytes, which is enough for 7,000 letters from the Latin alphabet but fewer if you use Korean, Cyrillic or other such characters. You will be notified if the notepad is too large, but excess characters will not be saved.

• Icon credit
The notepad icon is in the public domain and available from
http://paomedia.github.io/small-n-flat/                    

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

ชื่อ Scratchpad Scratchpad
ID khkjjphjlmjloplmcmpphalnlboajeha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scratchpad/khkjjphjlmjloplmcmpphalnlboajeha
คำอธิบาย A notepad with autosave, sync, file export, and themes
ขนาดไฟล์ 438 KB
จำนวนการติดตั้ง 838
เวอร์ชันปัจจุบัน 4.2
อัปเดตครั้งล่าสุด 2024-02-17
วันที่เผยแพร่ 2019-02-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://mythical5th.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://mythical5th.com/policies/chromeWebStore.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.2",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "Scratchpad",
    "default_locale": "en",
    "author": "Mythical5th.com",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "pages\/popup\/popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "chromeos": "Alt+S",
                "linux": "Alt+S",
                "mac": "Command+S",
                "windows": "Alt+S"
            }
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "offscreen"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "sw.js",
        "type": "module"
    }
}