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