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
官方網址 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"
}