ChatGPT専用”生成AIプロンプト研究所”プラグイン版

ChatGPT用プロンプト登録サイト”ChatGPTプロンプト研究所”のプラグイン版です。各種便利機能を多数搭載してます。(このプロンプトは日本語特化です)

O que é ChatGPT専用”生成AIプロンプト研究所”プラグイン版?

ChatGPT専用”生成AIプロンプト研究所”プラグイン版 é uma extensão do Chrome desenvolvida por support, e sua principal característica é "ChatGPT用プロンプト登録サイト”ChatGPTプロンプト研究所”のプラグイン版です。各種便利機能を多数搭載してます。(このプロンプトは日本語特化です)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatGPT専用”生成AIプロンプト研究所”プラグイン版

Baixe arquivos de extensão ChatGPT専用”生成AIプロンプト研究所”プラグイン版 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

                        生成AI用プロンプト登録サイト”生成AIプロンプト研究所”のChatGPT用のプラグイン版です。各種便利機能を多数搭載してます。

◇◇機能紹介◇◇

【プロンプトテンプレート】
”生成AIプロンプト研究所”に登録されている様々なテンプレートを使用できます。

【質問登録】
よく使用する質問を登録することが可能です。連続送信をすると登録してある質問を自動で送信してくれます。

【テキストコピー】
テキストデータのみまたはマークダウン方式でコピーが可能です。                    

Informações Básicas da Extensão

Nome ChatGPT専用”生成AIプロンプト研究所”プラグイン版 ChatGPT専用”生成AIプロンプト研究所”プラグイン版
ID nmailmmpcejlikeniidpogmkinchhfag
URL Oficial https://chromewebstore.google.com/detail/chatgpt%E5%B0%82%E7%94%A8%E2%80%9D%E7%94%9F%E6%88%90ai%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E7%A0%94%E7%A9%B6%E6%89%80%E2%80%9D%E3%83%97%E3%83%A9/nmailmmpcejlikeniidpogmkinchhfag
Descrição ChatGPT用プロンプト登録サイト”ChatGPTプロンプト研究所”のプラグイン版です。各種便利機能を多数搭載してます。(このプロンプトは日本語特化です)
Tamanho do Arquivo 841 KB
Contagem de Instalações 7,240
Versão Atual 0.4.3
Última Atualização 2024-03-05
Data de Publicação 2023-07-13
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor support
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://ex-pa.jp/web/privacypolicy.html
Idiomas Suportados ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.4.3",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/contentScript-loader-6ddb49fd.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "css\/font-awesome.min.css",
                "css\/content-script.css",
                "assets\/contentScript-9b646197.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "icons\/*",
                "assets\/*",
                "fonts\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "assets\/exp-p-gpt-logo-26133df0.svg",
                "assets\/no-image-48f16328.png",
                "assets\/parent-site-logo-9667a506.svg",
                "assets\/_plugin-vue_export-helper-1ff60b4a.js",
                "assets\/useChatGPT-81b9d588.js",
                "assets\/contentScript-31bbe9d7.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "name": "ChatGPT\u5c02\u7528\u201d\u751f\u6210AI\u30d7\u30ed\u30f3\u30d7\u30c8\u7814\u7a76\u6240\u201d\u30d7\u30e9\u30b0\u30a4\u30f3\u7248",
    "description": "ChatGPT\u7528\u30d7\u30ed\u30f3\u30d7\u30c8\u767b\u9332\u30b5\u30a4\u30c8\u201dChatGPT\u30d7\u30ed\u30f3\u30d7\u30c8\u7814\u7a76\u6240\u201d\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u7248\u3067\u3059\u3002\u5404\u7a2e\u4fbf\u5229\u6a5f\u80fd\u3092\u591a\u6570\u642d\u8f09\u3057\u3066\u307e\u3059\u3002\uff08\u3053\u306e\u30d7\u30ed\u30f3\u30d7\u30c8\u306f\u65e5\u672c\u8a9e\u7279\u5316\u3067\u3059\uff09",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}