UniJump - Shortcut for ChatGPT

Shortcut for ChatGPT with Superpowers

Co je UniJump - Shortcut for ChatGPT?

UniJump - Shortcut for ChatGPT je rozšíření Chrome vyvinuté https://unijump.ai, a jeho hlavní funkcí je „Shortcut for ChatGPT with Superpowers“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření UniJump - Shortcut for ChatGPT

Stáhněte si soubory rozšíření UniJump - Shortcut for ChatGPT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        UniJump - Free ChatGPT Shortcut with Superpowers

🦄 100% Free
✨ 100% Open Source
🎉 No sign up required

Use UniJump to easily access ChatGPT from any website by using just a keystroke!

👉 MAC Shortcut: CMD + J
👉 WIN Shortcut: ALT + J

🚨 SUPERPOWERS 🚨
- Chat Interface on any website
- Paraphraser

Our code is open source on GitHub!
https://github.com/unijump-ai/unijump-extension                    

Základní Informace o Rozšíření

Název UniJump - Shortcut for ChatGPT UniJump - Shortcut for ChatGPT
ID olikadnicfhhpkfleolncoligkdcmjai
Oficiální URL https://chromewebstore.google.com/detail/unijump-shortcut-for-chat/olikadnicfhhpkfleolncoligkdcmjai
Popis Shortcut for ChatGPT with Superpowers
Velikost souboru 1.37 MB
Počet instalací 4,892
Aktuální Verze 0.7.9
Poslední Aktualizace 2023-07-27
Datum Vydání 2023-02-07
Hodnocení 4.10/5 Celkem 20 Hodnocení
Vývojář https://unijump.ai
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://unijump.ai
URL Stránky Nápovědy https://unijump.ai
URL Stránky Zásad Ochrany Soukromí https://asteya.network/asteya-network-extensions-privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Doga Genc ",
    "description": "Shortcut for ChatGPT with Superpowers",
    "name": "UniJump - Shortcut for ChatGPT",
    "version": "0.7.9",
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/primary\/main.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "32": "icons\/32.png",
            "38": "icons\/38.png"
        }
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "mac": "Command+J",
                "default": "Alt+J"
            }
        }
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main.js",
                "assets\/logo2.webp",
                "assets\/logo4.webp",
                "assets\/logo2.png",
                "assets\/logo4.png",
                "assets\/avatar.webp",
                "assets\/avatar2.webp",
                "assets\/avatar.png",
                "assets\/avatar2.png",
                "assets\/chatgptavatar.webp",
                "assets\/chatgptavatar2.webp",
                "assets\/chatgptavatar.png",
                "assets\/chatgptavatar2.png",
                "assets\/logo5.webp",
                "assets\/logo5.png",
                "assets\/logo.webp",
                "assets\/logo3.webp",
                "assets\/logo.png",
                "assets\/logo3.png",
                "assets\/storage.constants.js",
                "assets\/index.js",
                "assets\/bg-grain.png",
                "assets\/user-agent.js",
                "assets\/main.css",
                "assets\/index.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}