Rename extension. Add README
This commit is contained in:
parent
00a5c9fcaa
commit
ac00af7bde
2 changed files with 30 additions and 2 deletions
28
README.md
Normal file
28
README.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Cuckoo
|
||||
Cucko is a Google Chrome browser extension that lets you hide the number of likes, retweets and replies a tweet has.
|
||||
|
||||
## Installation
|
||||
[Download the extension](https://chrome.google.com/webstore/detail/cuckoo-for-twitter/agjappnhmfoffegbhnakelgilanmnibb) from the Chrome web store here.
|
||||
|
||||
## Development
|
||||
To get set up for local development, follow these steps:
|
||||
|
||||
1. Clone the repository
|
||||
2. Run `npm install` in the `src/` directory
|
||||
3. Install parceljs globally by running `npm install -g parcel-bundler` - detailed installation isntructions can be found on [the official ParcelJS documentation site](https://parceljs.org/getting_started.html).
|
||||
|
||||
### Building
|
||||
Run `npm run build` from `src/`. Your build will be outputted to the `build/` directory in your repository root, alongside `src/`
|
||||
|
||||
## Further documentation
|
||||
|
||||
- [ParcelJS documentation site](https://parceljs.org/getting_started.html)
|
||||
- [Chrome extension development getting started guide](https://developer.chrome.com/extensions/getstarted)
|
||||
- [TypeScript documentation](https://www.typescriptlang.org/docs/home.html)
|
||||
|
||||
## Collaboration and reporting problems
|
||||
If you'd like to make a change to the repository, create a fork of this repo and create a pull request for your change.
|
||||
|
||||
If you'd like to report a problem, feel free to create an issue.
|
||||
|
||||
Thanks!
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Twitter Metric Hider",
|
||||
"description": "Hides twitter like, reply and retweet counts.",
|
||||
"name": "Cuckoo for Twitter",
|
||||
"description": "Hide Twitter like, retweet and reply counts.",
|
||||
"version": "2.0.0",
|
||||
"manifest_version": 2,
|
||||
"content_scripts": [
|
||||
|
|
Loading…
Add table
Reference in a new issue