paraphrasing.io

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

paraphrasing.io क्या है?

paraphrasing.io Techlo9 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "paraphrasing.io is an online tool that Paraphrase the selected text."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में paraphrasing.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}