HeyHi.World

Better questions get better answers

HeyHi.World là gì?

HeyHi.World là một tiện ích mở rộng Chrome được phát triển bởi https://www.heyhi.world, và tính năng chính của nó là "Better questions get better answers".

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

screenshot
screenshot

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

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

                        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                    

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

Tên HeyHi.World HeyHi.World
ID lkdmfibihpbgmalbojamhdkmmdpgabjh
URL Chính Thức https://chromewebstore.google.com/detail/heyhiworld/lkdmfibihpbgmalbojamhdkmmdpgabjh
Mô tả Better questions get better answers
Kích Thước Tệp 1.44 MB
Số Lần Cài Đặt 230
Phiên Bản Hiện Tại 2.9.1
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2023-06-09
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.heyhi.world
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://heyhi.world/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}