Niche Voyage

Niche Voyage gives you the power to quickly generate articles, long format paragraphs, nlp friendly formats of your selected text,…

Niche Voyage là gì?

Niche Voyage là một tiện ích mở rộng Chrome được phát triển bởi Niche Voyage, và tính năng chính của nó là "Niche Voyage gives you the power to quickly generate articles, long format paragraphs, nlp friendly formats of your selected text,…".

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

screenshot

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

Tải xuống các tệp mở rộng Niche Voyage 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

                        Niche Voyage gives you the power to quickly generate articles, long format paragraphs, nlp friendly formats of your selected text, semantically relevant questions, expand existing paragraphs, rephrase and summarize text, and even generate headlines. It's a revolutionary way to create amazing content quickly and easily! 

With Niche Voyage, you can save time and energy when creating content, and make sure that it's as high-quality as possible. Try it out today and start creating amazing content in no time!

Requirements:
You will need to insert your own OpenAI key. 
It can be found on this link: https://beta.openai.com/account/api-keys                    

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

Tên Niche Voyage Niche Voyage
ID bfafgjloikfmnmmpecddmkidffpflhje
URL Chính Thức https://chromewebstore.google.com/detail/niche-voyage/bfafgjloikfmnmmpecddmkidffpflhje
Mô tả Niche Voyage gives you the power to quickly generate articles, long format paragraphs, nlp friendly formats of your selected text,…
Kích Thước Tệp 73.22 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-04-04
Ngày Phát Hành 2022-12-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Niche Voyage
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nichevoyage.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Niche Voyage",
    "version": "1.2",
    "description": "",
    "icons": {
        "36": "icons\/icon-36.png",
        "48": "icons\/icon-48.png",
        "72": "icons\/icon-72.png",
        "96": "icons\/icon-96.png",
        "144": "icons\/icon-144.png",
        "192": "icons\/icon-192.png",
        "512": "icons\/icon-512.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_title": "Paraphrase Tool",
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup\/content.html"
    }
}