paraphrasing.io

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

paraphrasing.io là gì?

paraphrasing.io là một tiện ích mở rộng Chrome được phát triển bởi Techlo9, và tính năng chính của nó là "paraphrasing.io is an online tool that Paraphrase the selected text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng paraphrasing.io

Tải xuống các tệp mở rộng paraphrasing.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên paraphrasing.io paraphrasing.io
ID gndlahfkkmgaanliojbppponkcpohhnm
URL Chính Thức https://chromewebstore.google.com/detail/paraphrasingio/gndlahfkkmgaanliojbppponkcpohhnm
Mô tả paraphrasing.io is an online tool that Paraphrase the selected text.
Kích Thước Tệp 47.5 KB
Số Lần Cài Đặt 3,181
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-10-20
Ngày Phát Hành 2021-10-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Techlo9
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://paraphrasing.io/
Ngôn Ngữ Được Hỗ Trợ 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"
}