Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dukegod/chrome-extension-kits

backTop for chrome extension
https://github.com/dukegod/chrome-extension-kits

chrome-extension webpack

Last synced: 8 days ago
JSON representation

backTop for chrome extension

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: 计划任务