Star79
774
代码介绍
代码
Issues1258
Pull Requests697
流水线
Actions
讨论
Wiki
项目成员72
分析
项目设置
Star79
774
  1. chromium_src
  2. /
  3. extensions
ling-feng-taixingling-feng-taixing修复从备忘录里打开搜狐网页,图片加载不出的问题
1c94f76b创建于 2025年4月25日历史提交
文件最后提交记录最后更新时间
browser
修复从备忘录里打开搜狐网页,图片加载不出的问题1 年前
buildflags
chromium 114 source init2 年前
common
Signed-off-by: dacheng66 <wangdacheng2@huawei.com>1 年前
components
chromium 114 source init2 年前
docs
chromium 114 source init2 年前
renderer
update: 更新文件 native_extension_bindings_system.cc1 年前
shell
Signed-off-by: dacheng66 <wangdacheng2@huawei.com>1 年前
strings
多语言支持1 年前
test
chromium 114 source init2 年前
BUILD.gn
chromium 114 source init2 年前
COMMON_METADATA
chromium 114 source init2 年前
DEPS
chromium 114 source init2 年前
DIR_METADATA
chromium 114 source init2 年前
OWNERS
chromium 114 source init2 年前
README.md
chromium 114 source init2 年前
extensions_resources.grd
chromium 114 source init2 年前
README.md

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation:

  • Extension and App Types

  • Features System

  • Bindings System

  • Extension events