paraphrasing.io

paraphrasing.io is an online tool that Paraphrase the selected text.

什么是paraphrasing.io?

paraphrasing.io是由Techlo9开发的Chrome扩展程序,该扩展的主要功能是“paraphrasing.io is an online tool that Paraphrase the selected text.”。

扩展截图

screenshot
screenshot
screenshot

下载paraphrasing.io扩展crx文件

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

扩展使用说明

                        Paraphrasing.io is an online tool that Paraphrase the selected text. Our Paraphrase Tool Has An Advanced Algorithm For Paraphrasing Content Online. The Accurate Web-Based Content Spinning Was Never Possible Before The paraphrasing.lo.                    

扩展基本信息

名称 paraphrasing.io paraphrasing.io
ID gndlahfkkmgaanliojbppponkcpohhnm
官方URL https://chromewebstore.google.com/detail/paraphrasingio/gndlahfkkmgaanliojbppponkcpohhnm
简介 paraphrasing.io is an online tool that Paraphrase the selected text.
文件大小 47.5 KB
安装次数 3,181
当前版本 0.0.1
更新时间 2021-10-20
上架时间 2021-10-19
评分 5.00/5 共3次评分
开发者 Techlo9
电子邮箱 [email protected]
付费类型 free
扩展官网 https://paraphrasing.io/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/19.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "paraphrasing.io is an online tool that Paraphrase the selected text.",
    "homepage_url": "https:\/\/paraphrasing.io\/",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "paraphrasing.io",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "version": "0.0.1"
}