We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c9f01 commit 33e6602Copy full SHA for 33e6602
packages/chrome/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 3,
3
"name": "Page AI",
4
- "description": "页面 AI",
+ "description": "通过 AI 解析页面内容,可以轻松获取答案,提升浏览效率",
5
"version": "1.0",
6
"action": {
7
"default_title": "Page AI",
packages/chrome/popup/popup.css
@@ -39,7 +39,7 @@ input:focus-visible {
39
}
40
41
.partition {
42
- margin: 12px 0;
+ margin: 10px 0;
43
height: 1px;
44
background-color: #cecece;
45
0 commit comments