Write, Me

A program to help inspiring writers.

Write, Me란 무엇입니까?

Write, Me은(는) Nicholas Jensen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A program to help inspiring writers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Write, Me 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            }
        }
    }
}