|
2779 | 2779 | "sourceFile": "chaoxing/exams.js" |
2780 | 2780 | }, |
2781 | 2781 | { |
2782 | | - "site": "chatgpt", |
| 2782 | + "site": "chatgpt-app", |
2783 | 2783 | "name": "ask", |
2784 | 2784 | "description": "Send a prompt and wait for the AI response (send + wait + read)", |
2785 | 2785 | "domain": "localhost", |
|
2819 | 2819 | "Text" |
2820 | 2820 | ], |
2821 | 2821 | "type": "js", |
2822 | | - "modulePath": "chatgpt/ask.js", |
2823 | | - "sourceFile": "chatgpt/ask.js" |
| 2822 | + "modulePath": "chatgpt-app/ask.js", |
| 2823 | + "sourceFile": "chatgpt-app/ask.js" |
2824 | 2824 | }, |
2825 | 2825 | { |
2826 | | - "site": "chatgpt", |
| 2826 | + "site": "chatgpt-app", |
2827 | 2827 | "name": "model", |
2828 | 2828 | "description": "Switch ChatGPT Desktop model/mode (auto, instant, thinking, 5.2-instant, 5.2-thinking)", |
2829 | 2829 | "domain": "localhost", |
|
2850 | 2850 | "Model" |
2851 | 2851 | ], |
2852 | 2852 | "type": "js", |
2853 | | - "modulePath": "chatgpt/model.js", |
2854 | | - "sourceFile": "chatgpt/model.js" |
| 2853 | + "modulePath": "chatgpt-app/model.js", |
| 2854 | + "sourceFile": "chatgpt-app/model.js" |
2855 | 2855 | }, |
2856 | 2856 | { |
2857 | | - "site": "chatgpt", |
| 2857 | + "site": "chatgpt-app", |
2858 | 2858 | "name": "new", |
2859 | 2859 | "description": "Open a new chat in ChatGPT Desktop App", |
2860 | 2860 | "domain": "localhost", |
|
2865 | 2865 | "Status" |
2866 | 2866 | ], |
2867 | 2867 | "type": "js", |
2868 | | - "modulePath": "chatgpt/new.js", |
2869 | | - "sourceFile": "chatgpt/new.js" |
| 2868 | + "modulePath": "chatgpt-app/new.js", |
| 2869 | + "sourceFile": "chatgpt-app/new.js" |
2870 | 2870 | }, |
2871 | 2871 | { |
2872 | | - "site": "chatgpt", |
| 2872 | + "site": "chatgpt-app", |
2873 | 2873 | "name": "read", |
2874 | 2874 | "description": "Read the last visible message from the focused ChatGPT Desktop window", |
2875 | 2875 | "domain": "localhost", |
|
2881 | 2881 | "Text" |
2882 | 2882 | ], |
2883 | 2883 | "type": "js", |
2884 | | - "modulePath": "chatgpt/read.js", |
2885 | | - "sourceFile": "chatgpt/read.js" |
| 2884 | + "modulePath": "chatgpt-app/read.js", |
| 2885 | + "sourceFile": "chatgpt-app/read.js" |
2886 | 2886 | }, |
2887 | 2887 | { |
2888 | | - "site": "chatgpt", |
| 2888 | + "site": "chatgpt-app", |
2889 | 2889 | "name": "send", |
2890 | 2890 | "description": "Send a message to the active ChatGPT Desktop App window", |
2891 | 2891 | "domain": "localhost", |
|
2917 | 2917 | "Status" |
2918 | 2918 | ], |
2919 | 2919 | "type": "js", |
2920 | | - "modulePath": "chatgpt/send.js", |
2921 | | - "sourceFile": "chatgpt/send.js" |
| 2920 | + "modulePath": "chatgpt-app/send.js", |
| 2921 | + "sourceFile": "chatgpt-app/send.js" |
2922 | 2922 | }, |
2923 | 2923 | { |
2924 | | - "site": "chatgpt", |
| 2924 | + "site": "chatgpt-app", |
2925 | 2925 | "name": "status", |
2926 | 2926 | "description": "Check if ChatGPT Desktop App is running natively on macOS", |
2927 | 2927 | "domain": "localhost", |
|
2932 | 2932 | "Status" |
2933 | 2933 | ], |
2934 | 2934 | "type": "js", |
2935 | | - "modulePath": "chatgpt/status.js", |
2936 | | - "sourceFile": "chatgpt/status.js" |
| 2935 | + "modulePath": "chatgpt-app/status.js", |
| 2936 | + "sourceFile": "chatgpt-app/status.js" |
2937 | 2937 | }, |
2938 | 2938 | { |
2939 | 2939 | "site": "chatwise", |
|
0 commit comments