TextOptimizer

Writing Assistant Tool.

TextOptimizer란 무엇입니까?

TextOptimizer은(는) https://textoptimizer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Writing Assistant Tool."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Writing Assistant Tool.

You don’t have to be an SEO Expert to write expert SEO content! 

Using the latest technology in Neural Networks and Semantic Analysis, anyone can write content-rich text and optimize their content for best search engine results.

TextOptimizer is a writing assistant tool which helps you write concise, high-quality and targeted content that is rich for your readers and optimized for search engines.                    

확장 프로그램 기본 정보

이름 TextOptimizer TextOptimizer
ID fdbbkmpdjmpnebmdgbhcodhlafiicnkd
공식 URL https://chromewebstore.google.com/detail/textoptimizer/fdbbkmpdjmpnebmdgbhcodhlafiicnkd
설명 Writing Assistant Tool.
파일 크기 2.4 MB
설치 횟수 36,792
현재 버전 1.05
최근 업데이트 2022-03-07
출시 날짜 2020-05-15
평점 4.71/5 총 45 개의 평점
개발자 https://textoptimizer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://textoptimizer.com
개인정보 보호 정책 페이지 URL https://textoptimizer.com/terms
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TextOptimizer",
    "description": "Writing Assistant Tool.",
    "version": "1.05",
    "homepage_url": "https:\/\/textoptimizer.com",
    "offline_enabled": false,
    "minimum_chrome_version": "67.0.0",
    "icons": {
        "16": "i\/textoptimizer_icon16.png",
        "48": "i\/textoptimizer_icon.png",
        "128": "i\/textoptimizer_icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.4.1.min.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/jquery-ui.js",
                "content_main.js"
            ],
            "css": [
                "css\/jquery-ui.css",
                "css\/textoptimizer_widget.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "i\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "cookies",
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/api.textoptimizer.com\/*"
    ],
    "web_accessible_resources": [
        "textoptimizer.html",
        "i\/icon.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com https:\/\/www.gstatic.com; object-src 'self'"
}