Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dukegod/chrome-extension-kits
- Owner: dukegod
- Created: 2016-06-05T14:00:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T01:43:09.000Z (over 7 years ago)
- Last Synced: 2024-11-12T16:31:13.347Z (2 months 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: 计划任务