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

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

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

ChatGPT専用”生成AIプロンプト研究所”プラグイン版 is a Chrome extension developed by support, and its main feature is "ChatGPT用プロンプト登録サイト”ChatGPTプロンプト研究所”のプラグイン版です。各種便利機能を多数搭載してます。(このプロンプトは日本語特化です)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

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

Download ChatGPT専用”生成AIプロンプト研究所”プラグイン版 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

◇◇機能紹介◇◇

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

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

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

Extension Basic Information

Name ChatGPT専用”生成AIプロンプト研究所”プラグイン版 ChatGPT専用”生成AIプロンプト研究所”プラグイン版
ID nmailmmpcejlikeniidpogmkinchhfag
Official URL 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
Description ChatGPT用プロンプト登録サイト”ChatGPTプロンプト研究所”のプラグイン版です。各種便利機能を多数搭載してます。(このプロンプトは日本語特化です)
File Size 841 KB
Installation Count 7,240
Current Version 0.4.3
Last Updated 2024-03-05
Publish Date 2023-07-13
Rating 5.00/5 Total 3 Ratings
Developer support
Email [email protected]
Payment Type free
Privacy Policy Page URL https://ex-pa.jp/web/privacypolicy.html
Supported Languages 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"
    }
}