Skip to content

Commit 258aa84

Browse files
committed
Chrome Extension is now officially published
1 parent abb409b commit 258aa84

File tree

11 files changed

+2046
-11
lines changed

11 files changed

+2046
-11
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The project is released as:
3232
4. A bookmarklet
3333

3434
### Online tool
35-
The project is [available online](https://useful-forks.github.io/) thanks to GitHub Pages.
35+
The project is [available online](https://useful-forks.github.io/) for free thanks to GitHub Pages.
3636

3737
You can query a repository directly with the URL. Click this link to get an example: https://useful-forks.github.io/?repo=payne911/PieMenu.
3838

@@ -41,19 +41,20 @@ Below is a recording of what a scan would look like:
4141
![website example](media/website_demo.gif "Website demo")
4242

4343
### Chrome extension
44-
Not published yet. If you want to install it:
45-
1. Clone this repository
46-
2. Go to the `chrome://extensions` URL
47-
3. Enable `Developer mode` (switch at the top-right)
48-
4. Click `Load unpacked` (button at the top-left)
49-
5. Select the [`plugin` folder](plugin)
44+
Head to [Chrome's Web Store](https://chrome.google.com/webstore/detail/useful-forks/aflbdmaojedofngiigjpnlabhginodbf) to install the published extension.
5045

51-
Once it's activated, the extension will automatically add a new "Useful" button, as shown by the GIF below:
46+
Once it's activated, the extension will automatically add a new "Useful" button on all GitHub repository pages:
47+
48+
![extension_btn](media/plugin_btn_highlighted.png "This is what the 'Useful' button looks like")
49+
50+
Here is what happens when you click it:
5251

5352
![example](media/chrome_extension_demo.gif "Chrome Extension demo")
5453

5554
This button will only appear when you visit GitHub repositories, and clicking it opens a new tab that will automatically trigger a search using [the online tool](#online-tool).
5655

56+
Please note that I will not be updating the [GitHub Releases](https://github.com/useful-forks/useful-forks.github.io/releases) page with the most updated versions. I will officially go through the Web Store for updates.
57+
5758
### Refined GitHub
5859
[Refined GitHub](https://github.com/sindresorhus/refined-github) is an ensemble of tools and tweaks aimed at improving your GitHub experience.
5960

140 KB
Loading
36.3 KB
Loading
4.55 KB
Loading
77.1 KB
Loading

media/chrome-extension/website.png

251 KB
Loading

media/plugin_btn.png

6.3 KB
Loading

media/plugin_btn_highlighted.png

11.5 KB
Loading

media/useful-forks.svg

Lines changed: 2034 additions & 0 deletions
Loading

plugin/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Useful Forks",
4-
"version": "2.2",
4+
"version": "2.2.0",
55

66
"description": "To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones.",
77
"icons": {

0 commit comments

Comments
 (0)