paraphrasing.io

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

paraphrasing.ioคืออะไร?

paraphrasing.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Techlo9 และคุณลักษณะหลักของมันคือ "paraphrasing.io is an online tool that Paraphrase the selected text."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย paraphrasing.io

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}