Skip to content

Commit d2514aa

Browse files
committed
docs: update README and README.zh.md to clarify features and functionality of the Chrome AI integration
1 parent fd35038 commit d2514aa

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
English | [中文](README.zh.md)
44

5-
Tiny Python helper that enables Chrome's built-in AI features by patching your local profile data—no browser flags required.
5+
Enable Gemini in Chrome, AI Powered History search, and DevTools AI Innovations in Google Chrome—without cleaning data or reinstalling.
6+
7+
Tiny Python helper that enables Chrome's built-in AI features by patching your local profile data (`variations_country`, `variations_permanent_consistency_country`, and `is_glic_eligible`)—no browser flags required.
68

79
## ✅ Requirements
810
- Python `3.13+` (see `.python-version` / `pyproject.toml`)
@@ -24,7 +26,7 @@ Tiny Python helper that enables Chrome's built-in AI features by patching your l
2426
- Kills top-level Chrome processes to avoid file locks, then brings them back.
2527
- Sets all `is_glic_eligible` to `true` in `Local State` (recursive search).
2628
- Sets `variations_country` to `"us"` in `Local State`.
27-
- Sets `variations_permanent_consistency_country[1]` to `"us"` in `Local State`.
29+
- Sets `variations_permanent_consistency_country` to `["<version>", "us"]` in `Local State`.
2830
- Restarts any Chrome builds that were running before the patch.
2931

3032
## ⚠️ Caveats / Known Limitations

README.zh.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
[English](README.md) | 中文
44

5-
轻量 Python 脚本,通过修改本地 Chrome 配置启用浏览器内置 AI 功能,无需额外开关。
5+
在 Google Chrome 中启用 Gemini、AI 历史搜索、DevTools AI 等创新功能——无需清除数据或重新安装。
6+
7+
轻量 Python 脚本,通过修改本地 Chrome 配置(`variations_country``variations_permanent_consistency_country``is_glic_eligible`)启用浏览器内置 AI 功能,无需额外开关。
68

79
## ✅ 环境要求
810
- Python `3.13+`(见 `.python-version` / `pyproject.toml`
@@ -24,7 +26,7 @@
2426
- 关闭顶层 Chrome 进程以避免文件锁,再在补丁后恢复。
2527
-`Local State` 中递归查找并将所有 `is_glic_eligible` 设为 `true`
2628
-`Local State` 中将 `variations_country` 设为 `"us"`
27-
-`Local State` 中将 `variations_permanent_consistency_country[1]` 设为 `"us"`
29+
-`Local State` 中将 `variations_permanent_consistency_country` 设为 `["<版本号>", "us"]`
2830
- 重启补丁前已运行的 Chrome 版本。
2931

3032
## ⚠️ 已知限制 / 注意事项

0 commit comments

Comments
 (0)