Niche Voyage

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

O que é Niche Voyage?

Niche Voyage é uma extensão do Chrome desenvolvida por Niche Voyage, e sua principal característica é "Niche Voyage gives you the power to quickly generate articles, long format paragraphs, nlp friendly formats of your selected text,…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Niche Voyage

Baixe arquivos de extensão Niche Voyage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Niche Voyage Niche Voyage
ID bfafgjloikfmnmmpecddmkidffpflhje
URL Oficial https://chromewebstore.google.com/detail/niche-voyage/bfafgjloikfmnmmpecddmkidffpflhje
Descrição Niche Voyage gives you the power to quickly generate articles, long format paragraphs, nlp friendly formats of your selected text,…
Tamanho do Arquivo 73.22 KB
Contagem de Instalações 44
Versão Atual 1.2
Última Atualização 2023-04-04
Data de Publicação 2022-12-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Niche Voyage
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nichevoyage.com/
Idiomas Suportados 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"
    }
}