TextOptimizer

Writing Assistant Tool.

TextOptimizerとは何ですか?

TextOptimizerはhttps://textoptimizer.comによって開発されたChromeの拡張機能で、その主な機能は「Writing Assistant Tool.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

TextOptimizer拡張機能のCRXファイルをダウンロード

TextOptimizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}