Developer previewVersion 0.1.0

Local tone analysis beside any page.

A small Chrome and Edge side-panel extension that reads only text you explicitly select and runs DistilBERT locally.

Manual installation

Install the unpacked preview in six steps.

This package is not yet signed or listed in a browser store. Developer mode lets you inspect and test the exact files while the product is still in preview.

  1. 01
    Download and unzip

    Download the ZIP above, then extract the runanyai-tone-reader-extension folder.

  2. 02
    Open extension management

    Enter chrome://extensions in Chrome or edge://extensions in Edge.

  3. 03
    Enable Developer mode

    Use the Developer mode switch on the extensions page.

  4. 04
    Choose Load unpacked

    Select the unzipped extension folder—not the ZIP file itself.

  5. 05
    Pin Run Any AI

    Open the browser’s extensions menu and pin the Local Tone Reader for quick access.

  6. 06
    Select text and open it

    Highlight English text on a normal web page, click the extension icon, then choose Use selected text.

First run

The package is small. The model is separate.

The 5.7 MB ZIP contains the interface and browser AI runtime. The quantized DistilBERT model is approximately 70 MB and downloads from Hugging Face only when you start the first analysis. Chrome can cache those files for reuse.

Understand model downloads →

Data boundary

What leaves the browser?

Selected text
Stays in the extension
Classification result
Stays in the extension
Model-file request
Sent to Hugging Face hosts
Run Any AI server request
None

Preview boundaries

Good enough to test, not yet store-distributed.

Manual updates. Download a future package again when the preview version changes.

English sentiment only. Positive/negative classification cannot reliably capture sarcasm, mixed emotion, intent, or truth.

Restricted pages. Chrome settings, the Web Store, PDF viewers, and some protected pages may refuse selection access.

Inspect before trusting. Keep Developer mode limited to extensions you understand and remove the preview when you no longer need it.