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
电子邮箱 [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'"
}