Gruppo.io
Extends facebook group's search with couple of filters
Wat is Gruppo.io?
Gruppo.io is een Chrome-extensie ontwikkeld door sunny, en de belangrijkste functie is "Extends facebook group's search with couple of filters".
Extensie Screenshots
Download het CRX-bestand van de extensie Gruppo.io
Download Gruppo.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A nice little plugin for searching facebook group posts. It extends facebook group's search with couple of filters. Search facebook group by using filters like 'by user' or 'in posts' with 'and' 'or' operators
Basisinformatie over de Extensie
Naam | Gruppo.io |
ID | apelocallnoolaplhmpjbcfiplgbacki |
Officiële URL | https://chromewebstore.google.com/detail/gruppoio/apelocallnoolaplhmpjbcfiplgbacki |
Beschrijving | Extends facebook group's search with couple of filters |
Bestandsgrootte | 161 KB |
Aantal Installaties | 157 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2015-04-14 |
Publicatiedatum | 2015-04-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | sunny |
Betalingswijze | free |
Extensiewebsite | http://gruppo.io/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.9", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "permissions": [ "http:\/\/api.gruppo.io\/" ], "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "images\/*" ] } |