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开发的Chrome扩展程序,该扩展的主要功能是“Niche Voyage gives you the power to quickly generate articles, long format paragraphs, nlp friendly formats of your selected text,…”。

扩展截图

screenshot

下载Niche Voyage扩展crx文件

下载Niche Voyage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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