Write, Me

A program to help inspiring writers.

Write, Me là gì?

Write, Me là một tiện ích mở rộng Chrome được phát triển bởi Nicholas Jensen, và tính năng chính của nó là "A program to help inspiring writers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Write, Me

Tải xuống các tệp mở rộng Write, Me dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Write, Me Write, Me
ID lmmmkbcakpjoommojkbhkfhokhpbppcb
URL Chính Thức https://chrome.google.com/webstore/detail/write-me/lmmmkbcakpjoommojkbhkfhokhpbppcb
Mô tả A program to help inspiring writers.
Kích Thước Tệp 2.04 MB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2020-08-24
Ngày Phát Hành 2020-07-15
Nhà Phát Triển Nicholas Jensen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}