1 Star 1 Fork 0

王开社/articleHelper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
images
.DS_Store
README.md
background.js
content.js
manifest.json
options.html
options.js
popup.html
popup.js
privacy_policy.txt
styles.css
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
popup.js 351 Bytes
一键复制 编辑 原始数据 按行查看 历史
// 打开设置页面
document.getElementById('openOptions').addEventListener('click', () => {
chrome.runtime.openOptionsPage();
});
// 打开帮助页面
document.getElementById('openHelp').addEventListener('click', () => {
chrome.tabs.create({
url: 'https://gitee.com/dongweiq/article-helper#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95'
});
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongweiq/article-helper.git
git@gitee.com:dongweiq/article-helper.git
dongweiq
article-helper
articleHelper
main

搜索帮助

371d5123 14472233 46e8bd33 14472233