Skip to content

AkihiroUeda35/llm-quick-access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Quick Access Chrome Extensions

Chrome extensions that provide direct access to Gemini, Claude, and OpenAI from the address bar.

This repository has three extensions for Gemini, Claude, and OpenAI.

Overview

This repository contains three separate Chrome extensions:

  • Gemini Quick Access (gemini/ directory): Access Google Gemini using g keyword
  • Claude Quick Access (claude/ directory): Access Anthropic Claude using c keyword
  • OpenAI Quick Access (openai/ directory): Access OpenAI (GPT) using o keyword

Features

Gemini Extension

Type g in the address bar to access Gemini:

  • g What's the weather today? -> Access and auto-submit to Gemini
  • Auto-submit: Query is automatically inserted into Gemini's input field and submitted

Claude Extension

Type c in the address bar to access Claude:

  • c What's the weather today? -> Access and auto-submit to Claude
  • Auto-submit: Query is automatically inserted into Claude's input field and submitted

OpenAI Extension

Type o in the address bar to access OpenAI (GPT):

  • o What's the weather today? -> Access and auto-submit to OpenAI
  • Auto-submit: Query is automatically inserted into OpenAI's input field and submitted

Installation

For Gemini Extension:

  1. Open Chrome and go to chrome://extensions/
  2. Enable "Developer mode" in the top right
  3. Click "Load unpacked extension"
  4. Select the gemini folder

For Claude Extension:

  1. Open Chrome and go to chrome://extensions/
  2. Enable "Developer mode" in the top right
  3. Click "Load unpacked extension"
  4. Select the claude folder

For OpenAI Extension:

  1. Open Chrome and go to chrome://extensions/
  2. Enable "Developer mode" in the top right
  3. Click "Load unpacked extension"
  4. Select the openai folder

Usage

Gemini Extension

  1. Type g in the address bar
  2. Press the space key
  3. Enter your question and press Enter
    • Example: g What's the weather today?
    • Example: g Tell me about TypeScript
    • Example: g Python best practices

Claude Extension

  1. Type c in the address bar
  2. Press the space key
  3. Enter your question and press Enter
    • Example: c What's the weather today?
    • Example: c Tell me about TypeScript
    • Example: c Python best practices

OpenAI Extension

  1. Type o in the address bar
  2. Press the space key
  3. Enter your question and press Enter
    • Example: o What's the weather today?
    • Example: o Tell me about TypeScript
    • Example: o Python best practices

Notes

  • These are service-specific extensions for Gemini, Claude, and OpenAI
  • May require updates if Gemini, Claude, or OpenAI's page structure changes

Privacy Policy

This Privacy Policy outlines how user information is handled by the Chrome extensions "Gemini Quick Access", "Claude Quick Access", and "OpenAI Quick Access" (hereinafter referred to as "these extensions"). These extensions have been developed with the highest priority on protecting user privacy.

Information Collected and Its Purpose

These extensions collect the following information:

  • Search queries entered by the user in the address bar: This includes queries entered after the extensions' keywords (g for Gemini, c for Claude, o for OpenAI).
  • Purpose of Use: The collected search queries are used solely for the purpose of being sent directly to the Gemini, Claude, or OpenAI service based on the user's command. This data is not collected, stored, or shared by the developer of these extensions.

Third-Party Data Sharing and Storage

The developer of these extensions does not provide or share user data, including personal information, with any third parties.

Furthermore, these extensions do not send or store user data on any servers or locally. All processing is completed within the user's browser, and data is sent directly to the respective service (Gemini, Claude, or OpenAI).

On the Use of External Services

These extensions use:

Disclaimer

These extensions rely on the Gemini, Claude, and OpenAI services provided by Google, Anthropic, and OpenAI respectively. In the event of changes to these services' specifications or related issues, the extensions may not function properly, and the developer assumes no responsibility for such occurrences.

Contact

If you have any questions or feedback regarding this Privacy Policy, please contact us via the GitHub repository page.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors