Niche Voyage

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

Niche Voyage क्या है?

Niche Voyage Niche Voyage द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Niche Voyage gives you the power to quickly generate articles, long format paragraphs, nlp friendly formats of your selected text,…"।

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

screenshot

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

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

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

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Niche Voyage Niche Voyage
ID bfafgjloikfmnmmpecddmkidffpflhje
आधिकारिक URL https://chromewebstore.google.com/detail/niche-voyage/bfafgjloikfmnmmpecddmkidffpflhje
विवरण Niche Voyage gives you the power to quickly generate articles, long format paragraphs, nlp friendly formats of your selected text,…
फ़ाइल का आकार 73.22 KB
स्थापना संख्या 44
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-04-04
प्रकाशन तिथि 2022-12-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Niche Voyage
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nichevoyage.com/
समर्थित भाषाएँ 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"
    }
}