diff --git a/README.md b/README.md index 02f589c..cd29ccd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# Next Step for Trello [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/7ca1f64573ee434eb82159df9d7afc0f)](https://www.codacy.com/app/adrien-joly/chrome-next-step-for-trello?utm_source=github.com&utm_medium=referral&utm_content=adrienjoly/chrome-next-step-for-trello&utm_campaign=Badge_Grade) [![Chrome Web Store](https://img.shields.io/chrome-web-store/stars/nimelepbpejjlbmoobocpfnjhihnpked.svg)](https://chrome.google.com/webstore/detail/next-step-for-trello/iajhmklhilkjgabejjemfbhmclgnmamf) +# Next Step for Trello [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/7ca1f64573ee434eb82159df9d7afc0f)](https://www.codacy.com/app/adrien-joly/chrome-next-step-for-trello?utm_source=github.com&utm_medium=referral&utm_content=adrienjoly/chrome-next-step-for-trello&utm_campaign=Badge_Grade) -Google Chrome extension to check tasks directly from your Trello boards. ☑️🚀 +Browser extension to check tasks directly from your Trello boards. ☑️🚀 -🌟 Install and rate it from there: [Next Step for Trello](https://chrome.google.com/webstore/detail/next-step-for-trello-card/iajhmklhilkjgabejjemfbhmclgnmamf) (Chrome Web Store) +> Note: [The corresponding extension on Chrome Web Store](https://chrome.google.com/webstore/detail/next-step-for-trello-card/iajhmklhilkjgabejjemfbhmclgnmamf) was acquired on June 5th, 2023. It's now maintained by a different developer, in a different repository. + +🌟 Install it from there: [Next Step for Trello](https://adrienjoly.com/chrome-next-step-for-trello/) ![Next step for trello screenshot](assets/next-step-check-anim.gif) diff --git a/index.html b/index.html index 9ffdd1d..c2fc346 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,8 @@ - - + @@ -24,9 +23,9 @@

Trello cards on steroids

- Install on Google Chrome + Install as a user-script
-

Can also be installed as a user-script (see instructions) on Mozilla Firefox and other web browsers

+

Note: The corresponding extension on Chrome Web Store was acquired on June 5th, 2023. It's now maintained by a different developer.

@@ -45,16 +44,6 @@

Trello users waste 4min35 opening cards everyday.

A Chrome Extension that respects your privacy.

Next Step for Trello does not store any personal data. Need proof? Check out its source code!

-
@@ -150,180 +139,6 @@

Productive people it.

- - -
diff --git a/package.json b/package.json index 5f28967..fda70bc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chrome-next-step-for-trello", "version": "1.22.3", "private": true, - "description": "Google Chrome extension to check tasks directly from your Trello boards.", + "description": "Browser extension to check tasks directly from your Trello boards.", "main": "next-step-for-trello.user.js", "directories": { "doc": "docs",