https://github.com/dukegod/chrome-extension-kits
backTop for chrome extension
https://github.com/dukegod/chrome-extension-kits
chrome-extension webpack
Last synced: 3 months ago
JSON representation
backTop for chrome extension
- Host: GitHub
- URL: https://github.com/dukegod/chrome-extension-kits
- Owner: dukegod
- Created: 2016-06-05T14:00:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T01:43:09.000Z (almost 9 years ago)
- Last Synced: 2025-03-01T01:27:53.460Z (over 1 year ago)
- Topics: chrome-extension, webpack
- Language: CSS
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## chrome extension
a small plugin for web page.
if some pages don't have the "backtop" button.
you can use the small plugin!
load extension by manifest file!
## 启动
```
npm i
npm run build
```
### 插件开发步骤总结
[extensions](https://developers.chrome.com/extensions)
主要是 manifest.json文件,配置文件入口,项目权限
直接把`dist`目录引入到谷歌浏览器(开启开发模式)就行了
### 谷歌API接口文档
+ tab: tab点击
+ alarm: 计划任务