ThinkLike.pro | Write Anything. Better.

AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.

什么是ThinkLike.pro | Write Anything. Better.?

ThinkLike.pro | Write Anything. Better.是由https://thinklike.pro开发的Chrome扩展程序,该扩展的主要功能是“AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.”。

扩展截图

screenshot
screenshot

下载ThinkLike.pro | Write Anything. Better.扩展crx文件

下载ThinkLike.pro | Write Anything. Better.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        AI-driven virtual assistant that helps you compose compelling and persuasive writing. From cover letters to product descriptions, write anything. Better.                    

扩展基本信息

名称 ThinkLike.pro | Write Anything. Better. ThinkLike.pro | Write Anything. Better.
ID chmfmilbicjhellcaifpcfcjefabcnpa
官方URL https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa
简介 AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.
文件大小 6.71 MB
安装次数 34
当前版本 1.0.3
更新时间 2020-06-01
上架时间 2020-06-01
开发者 https://thinklike.pro
付费类型 free
扩展官网 https://www.thinklike.pro
帮助页面URL https://www.thinklike.pro
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ThinkLike.pro | Write Anything. Better.",
    "author": "ThinkLike.pro",
    "version": "1.0.3",
    "description": "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "ThinkLikePro",
        "default_icon": "assets\/icon-48.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                "tlp.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}