diff --git a/community/CommunityManifests/PictureThisFree.trex b/community/CommunityManifests/PictureThisFree.trex new file mode 100644 index 00000000..40d80e8b --- /dev/null +++ b/community/CommunityManifests/PictureThisFree.trex @@ -0,0 +1,25 @@ + + + + PictureThis Free Extension! + + PictureThis Free to view data easily. + + 0.9 + + https://hp-01.github.io/picture-this-free/home.html + + + + full data + + + + + + + + PictureThis Free Configuration + + + \ No newline at end of file diff --git a/community/community_extensions.json b/community/community_extensions.json index 082d0445..571c71d3 100644 --- a/community/community_extensions.json +++ b/community/community_extensions.json @@ -268,5 +268,18 @@ "description": "An extension of UpSet.js to create interactive set visualizations for more than three sets.", "source_code": "", "hostedTrexFileName": "UpSetjs.trex" + }, + { + "name": "PictureThis Free", + "website": "https://hp-01.github.io/picture-this-free/", + "author": "Harsh Pandey", + "github_username": "hp-01", + "tags": [ + "v_1.0" + ], + "description": "PictureThis Free extension to visualize images url in card and table format.", + "url": "https://github.com/hp-01/hp-01.github.io/tree/main/picture-this-free", + "source_code": "https://github.com/hp-01/hp-01.github.io/tree/main/picture-this-free", + "hostedTrexFileName": "PictureThisFree.trex" } ]