Write, Me

A program to help inspiring writers.

Write, Meคืออะไร?

Write, Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicholas Jensen และคุณลักษณะหลักของมันคือ "A program to help inspiring writers."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Writing can be difficult, even for seasoned writers.

Write, Me helps you write throughout your work day. You won't lose a single creative thought with this powerful tool at a click of the mouse.

★ Save and work on multiple stories

Switch between stories easily. Everything is saved as you type.

★ Stories are saved locally in your browser

Everything is saved in your browser until you are ready to send it out to your friends or editor!

★ Easily import and export your stories

Import and export in word format for extended formatting. Backups are saved in JSON format, so you'll never lose your work.                    

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

ชื่อ Write, Me Write, Me
ID lmmmkbcakpjoommojkbhkfhokhpbppcb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/write-me/lmmmkbcakpjoommojkbhkfhokhpbppcb
คำอธิบาย A program to help inspiring writers.
ขนาดไฟล์ 2.04 MB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2020-08-24
วันที่เผยแพร่ 2020-07-15
ผู้พัฒนา Nicholas Jensen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "author": "__MSG_extension_author__",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "downloads"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "javascript\/page-background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "__MSG_extension_name__"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            }
        }
    }
}