chrome-event-countdown

所属分类:WEB开发
开发工具:Vue
文件大小:12915KB
下载次数:0
上传日期:2023-02-25 03:41:46
上 传 者sh-1993
说明:  一个简单的chrome扩展,用于倒计时即将发生的事件
(A simple chrome extension to count down to upcoming events)

文件列表:
.browserslistrc (21, 2023-02-25)
.editorconfig (214, 2023-02-25)
.eslintignore (115, 2023-02-25)
.eslintrc.cjs (581, 2023-02-25)
.nvmrc (3, 2023-02-25)
.prettierignore (15, 2023-02-25)
LICENSE.md (1067, 2023-02-25)
build.sh (293, 2023-02-25)
env.d.ts (80, 2023-02-25)
icon.ai (1621214, 2023-02-25)
icons (0, 2023-02-25)
icons\128x128.png (3025, 2023-02-25)
icons\16x16.png (410, 2023-02-25)
icons\48x48.png (1166, 2023-02-25)
images (0, 2023-02-25)
images\add_event.png (4921473, 2023-02-25)
images\new_tab.png (6321265, 2023-02-25)
index.html (292, 2023-02-25)
manifest.json (484, 2023-02-25)
package-lock.json (226554, 2023-02-25)
package.json (1479, 2023-02-25)
postcss.config.js (83, 2023-02-25)
prettier.config.js (164, 2023-02-25)
src (0, 2023-02-25)
src\api (0, 2023-02-25)
src\api\api.ts (4445, 2023-02-25)
src\api\api.types.ts (1463, 2023-02-25)
src\assets (0, 2023-02-25)
src\assets\blank_slate_bg.jpg (152496, 2023-02-25)
src\assets\icons (0, 2023-02-25)
src\assets\icons\check.svg (355, 2023-02-25)
src\assets\icons\close.svg (496, 2023-02-25)
src\assets\icons\edit.svg (588, 2023-02-25)
src\assets\icons\plus.svg (319, 2023-02-25)
src\assets\icons\settings.svg (1168, 2023-02-25)
src\assets\icons\spinner.svg (1020, 2023-02-25)
src\assets\icons\trash.svg (315, 2023-02-25)
... ...

# Chrome New Tab - Event Countdown A simple chrome extension to add event countdowns which will appear in the chrome new tab screen. | [![](https://github.com/smithalan92/chrome-event-countdown/blob/master/./images/new_tab.png)](https://github.com/smithalan92/chrome-event-countdown/blob/master/./images/new_tab.png) | [![](https://github.com/smithalan92/chrome-event-countdown/blob/master/./images/add_event.png)](https://github.com/smithalan92/chrome-event-countdown/blob/master/./images/add_event.png) | |---|---| # Installation This isn't available on the Chrome store, so installation must be done manually. You can either download a zip with the prebuild extension from the [releases page](https://github.com/smithalan92/chrome-event-countdown/blob/master/https://github.com/smithalan92/chrome-event-countdown/releases) Or else clone this repository and build it yourself ( steps towards the end of the readme ) and when it's build, follow the rest of the steps below. 1. Download or build the extension as mentioned above. 2. Move the exension directory in the zip, or your built one someplace you won't delete it. The extension directory will always need to be present on your computer for the extension to work. 3. Go to chrome://extensions in Google Chrome. Enable developer mode up the top right if it's not already enabled. 4. Click the "Load unpacked" button and select the extension directory you moved above. 5. Finto, when you open the new tab screen you should now see a blank slate with an option to add an event. ## Running/Building Locally. You should have Node v8+ and NPM V6+ 1. Install the project dependencies by running `npm i` in the project folder. 2. Start the local app server using `npm start` To build, simply run `npm run build` in the project directory. An `extension` folder will be generated in the project root folder. Note: When running locally, the browser localstorage API is used to store event data. When running as an extension in chrome, the chrome storage api is used. This project uses a lot of great third party modules. It's worth taking a look at the [package.json](https://github.com/smithalan92/chrome-event-countdown/blob/master/./package.json) file and checking them out!

近期下载者

相关文件


收藏者