Skip to content

kingchun1991/LLMstxt-Radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LLMs.txt Radar Chrome Extension

A Chrome extension that detects llms.txt and llms-full.txt files on websites, similar to RSS detectors.

Features

  • πŸ” Automatically detects llms.txt and llms-full.txt files on any website
  • 🎯 Shows badge notification when files are found
  • πŸ“‹ Clean popup interface displaying found files
  • πŸ”— Direct links to open the detected files
  • πŸ”„ Refresh functionality to re-check files
  • 🎨 Modern, responsive UI design

Installation

From Source (Development)

  1. Clone or download this repository
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable "Developer mode" in the top right
  4. Click "Load unpacked" and select the extension folder
  5. The extension will appear in your toolbar

From Chrome Web Store

Coming soon - this extension can be published to the Chrome Web Store

Usage

  1. Visit any website
  2. Click the LLMs.txt Radar icon in your toolbar
  3. The extension will automatically check for:
    • /llms.txt
    • /llms-full.txt
  4. Found files will be displayed with direct links
  5. Badge notification shows the number of files found

How it Works

The extension uses multiple detection methods:

  1. Content Script Detection: Runs on every page load to check for files
  2. Popup Detection: Manual checking when you open the popup
  3. CORS Handling: Falls back to content script when direct requests are blocked
  4. Badge Updates: Shows visual indicators when files are found

File Structure

``` β”œβ”€β”€ manifest.json # Extension configuration β”œβ”€β”€ popup.html # Popup interface β”œβ”€β”€ popup.js # Popup logic β”œβ”€β”€ content.js # Content script for detection β”œβ”€β”€ background.js # Background service worker β”œβ”€β”€ icons/ # Extension icons β”‚ β”œβ”€β”€ icon16.png β”‚ β”œβ”€β”€ icon32.png β”‚ β”œβ”€β”€ icon64.png β”‚ └── icon128.png └── README.md ```

Permissions

  • activeTab: Access current tab information
  • scripting: Inject content scripts for detection
  • <all_urls>: Check files across all websites

Privacy

This extension:

  • βœ… Only checks for specific llms.txt files
  • βœ… Does not collect or store personal data
  • βœ… Does not track browsing history
  • βœ… Works entirely locally in your browser

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

License

MIT License - feel free to use and modify as needed.

Similar Projects

Inspired by RSSHub-Radar for RSS feed detection.

About

🧑 Browser extension that simplifies finding LLMs.txt and LLMs-full.txt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors