HeyHi.World

Better questions get better answers

什麼是HeyHi.World?

HeyHi.World是由https://www.heyhi.world開發的Chrome擴展程式,該擴展的主要功能是“Better questions get better answers”。

擴展截圖

screenshot
screenshot

下載HeyHi.World擴展crx文件

下載HeyHi.World擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        HeyHi is an AI translator that simplifies your writing for ChatGPT. It helps you craft precise prompts that ChatGPT understands more accurately.

With HeyHi, every aspect of your writing needs is taken care of. This tool is here to assist and guide new ChatGPT users, illuminating the pathway to writing superior prompts that yield the desired outcomes.

Expertly designed for mastery in prompt generation, HeyHi equips you to shape your prompts with unmatched precision and ease. 

Say goodbye to the days of trudging through generic prompts or grappling with creative roadblocks. With HeyHi, you're in charge of setting your writing pace, one tailored prompt at a time.

HeyHi doesn't just enhance your writing - it redefines it. The art of prompt engineering is no longer a secret - it's your superpower. Welcome to HeyHi(Where your words shape your).world                    

擴展基本資訊

名稱 HeyHi.World HeyHi.World
ID lkdmfibihpbgmalbojamhdkmmdpgabjh
官方網址 https://chromewebstore.google.com/detail/heyhiworld/lkdmfibihpbgmalbojamhdkmmdpgabjh
簡介 Better questions get better answers
檔案大小 1.44 MB
安裝次數 230
目前版本 2.9.1
更新時間 2023-11-08
上架時間 2023-06-09
評分 5.00/5 共 7 次評分
開發者 https://www.heyhi.world
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://heyhi.world/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HeyHi.World",
    "version": "2.9.1",
    "description": "Better questions get better answers",
    "author": "[email protected]",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "js\/background1.js"
    },
    "options_page": "localapp.html#settingsContainer",
    "action": {
        "default_icon": "assets\/64.png"
    },
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "48": "assets\/48.png",
        "64": "assets\/64.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/index.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/chrome.js",
                "js\/api.js",
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "css\/style.css",
                "js\/script.js",
                "assets\/popupLoadAnimation.gif",
                "assets\/One.svg",
                "assets\/OneDisabled.svg",
                "assets\/Two.svg",
                "assets\/TwoDisabled.svg",
                "assets\/Three.svg",
                "assets\/ThreeDisabled.svg",
                "assets\/32.png",
                "assets\/logo.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}