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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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