Skip to content

Commit

Permalink
Merge pull request #79 from Yukaii/develop
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
Yukaii authored Apr 2, 2020
2 parents 710d52a + 0f3fb35 commit 87e998d
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 13 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ node_js:
- '10'
env:
- EXTENSION_ID=fbbdincgjgdmbbkongmineooghpadbgk
deploy:
provider: script
skip_cleanup: true
script: npm run ext:release
on:
tags: true
# deploy:
# provider: script
# skip_cleanup: true
# script: npm run ext:release
# on:
# tags: true
#
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# 分頁壁紙君 - Chrome 擴充功能

更換你的新分頁桌布!
![marquee](./docs/images/Marquee.png)

[![Build Status](https://travis-ci.org/Yukaii/kabegami-new-page.svg?branch=develop)](https://travis-ci.org/Yukaii/kabegami-new-page)
[![Chrome Web Store](https://badgen.net/chrome-web-store/v/fbbdincgjgdmbbkongmineooghpadbgk)][chrome-web-store]
[![Chrome Web Store](https://badgen.net/chrome-web-store/rating/fbbdincgjgdmbbkongmineooghpadbgk)][chrome-web-store]
[![Chrome Web Store](https://badgen.net/chrome-web-store/users/fbbdincgjgdmbbkongmineooghpadbgk)][chrome-web-store]
在新分頁隨機顯示桌布!

[![Build Status](https://travis-ci.org/Yukaii/kabegami-new-page.svg?branch=develop)](https://travis-ci.org/Yukaii/kabegami-new-page) [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/fbbdincgjgdmbbkongmineooghpadbgk)][chrome-web-store] [![Chrome Web Store](https://img.shields.io/chrome-web-store/rating/fbbdincgjgdmbbkongmineooghpadbgk)][chrome-web-store] [![Chrome Web Store](https://img.shields.io/chrome-web-store/users/fbbdincgjgdmbbkongmineooghpadbgk)][chrome-web-store]

[chrome-web-store]: https://chrome.google.com/webstore/detail/kanaheis-new-page/fbbdincgjgdmbbkongmineooghpadbgk

## Screenshots

[![Kanahei's New Page](https://cdn.rawgit.com/Yukaii/kanahei-wallpapers/127b5c1b/docs/images/demo.gif)](https://www.youtube.com/watch?v=06aZmi58VCc "Kanahei's New Page")

## Changelog
Expand Down
Binary file added docs/images/Large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Marquee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/defaultSets/kanahei.json

Large diffs are not rendered by default.

Binary file modified src/icons/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "0.11.0",
"version": "1.0.0",
"incognito": "split",
"chrome_url_overrides": {"newtab": "index.html"},
"manifest_version": 2,
Expand Down

0 comments on commit 87e998d

Please sign in to comment.