Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit 9a14973

Browse files
committed
Release v1.3
Add a default App Token Added Facebook Analytics for tracking Minor Bug Fixes
1 parent d3716f8 commit 9a14973

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It is a Google Chrome extension that replaces the feed of your Facebook Dev Circ
2121

2222
## How it helps Developers?
2323

24-
The most important asset for a Developer is time. Getting the job done in a minimal time is the most important task. People use Dev Circles to ask question or to help. At times, post gets missed due to the number of posts which depletes the purpose of the group.
24+
The most important asset for a Developer is time. Getting the job done in a minimal time is the most important task. People use Dev Circles to ask question or to help. At times, post gets missed due to the number of posts which depletes the purpose of the group.
2525
The extension allows Developers to see every post from every Dev C group which makes the community closer and can lead to have better answers to their queries and better chances of collaborating from all around the world.
2626

2727

@@ -35,7 +35,7 @@ It has some pre-defined tags that help you add your keywords easily. You also ha
3535

3636
It uses the graph API to fetch feeds from various dev circle groups.
3737

38-
## [Download the extension (.crx)](https://github.com/sidvishnoi/fb-dev-interest/releases/download/v1.2/Merge.Facebook.Dev.Circles.by.Interests.crx)
38+
## [Download the extension (.crx)](https://github.com/sidvishnoi/fb-dev-interest/releases/download/v1.3/Merge.Facebook.Dev.Circles.by.Interests.crx)
3939

4040

4141
# Screenshots

dist/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Merge Facebook Dev Circles by Interests",
44
"description": "A Chrome extension that filters through Facebook Dev Circles around the world to get only the interesting posts in your feed.",
5-
"version": "1.2",
5+
"version": "1.3",
66
"icons":
77
{
88
"16": "icon16.png",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Merge Facebook Dev Circles by Interests",
44
"description": "A Chrome extension that filters through Facebook Dev Circles around the world to get only the interesting posts in your feed.",
5-
"version": "1.2",
5+
"version": "1.3",
66
"icons":
77
{
88
"16": "icon16.png",

0 commit comments

Comments
 (0)