Writely

A GPT Powered Extension helping your writing and reading

Writely란 무엇입니까?

Writely은(는) anchao951220에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A GPT Powered Extension helping your writing and reading"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Writely 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Writely
Bring the power of Notion AI everywhere

Features
1.🔥 Based on Open AI GPT model, providing a new intelligent writing experience.

2.✍️ Support writing assistance on any editor webpage across the network, effectively improving users' writing efficiency and quality.

3.📖 This product can assist with queries, translations, and reading, greatly reducing users' reading time and improving comprehension.                    

확장 프로그램 기본 정보

이름 Writely Writely
ID eocenplmfgoaibmmohkhhocnlkpaecgn
공식 URL https://chromewebstore.google.com/detail/writely/eocenplmfgoaibmmohkhhocnlkpaecgn
설명 A GPT Powered Extension helping your writing and reading
파일 크기 1.2 MB
설치 횟수 1,644
현재 버전 0.0.23
최근 업데이트 2023-07-07
출시 날짜 2023-03-11
평점 5.00/5 총 5 개의 평점
개발자 anchao951220
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/anc95/writely
도움말 페이지 URL https://github.com/anc95/writely/issues
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Writely",
    "version": "0.0.23",
    "description": "A GPT Powered Extension helping your writing and reading",
    "manifest_version": 3,
    "author": "https:\/\/github.com\/anc95",
    "action": {
        "default_title": "Writely",
        "default_popup": "dist\/popup\/index.html",
        "defult_icon": "dist\/assets\/icon.png"
    },
    "options_ui": {
        "page": "dist\/options\/index.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "dist\/assets\/icon.png",
        "32": "dist\/assets\/icon.png",
        "48": "dist\/assets\/icon.png",
        "128": "dist\/assets\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "dist\/content\/index.js"
            ],
            "css": [
                "dist\/content\/animate.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "dist\/background\/index.js"
    },
    "host_permissions": [
        "https:\/\/*.miao-ya.com\/"
    ],
    "permissions": [
        "storage",
        "clipboardRead",
        "contextMenus",
        "cookies"
    ]
}