Groups Search
To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Τι είναι το Groups Search;
Το Groups Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://timothytocci.wordpress.com, και η κύρια λειτουργία του είναι "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Groups Search
Λήψη αρχείων επέκτασης Groups Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Search Google Groups from the Omnibox. To use, type 'ggs' & space, and a query term into the Omnibox. To view the code for this addon and many others go to http://timothytocci.com/
Βασικές Πληροφορίες Επέκτασης
Όνομα | Groups Search |
ID | donhcaknlpccdkjcibmnbagekdemifif |
Επίσημο URL | https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif |
Περιγραφή | To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com |
Μέγεθος Αρχείου | 15.49 KB |
Αριθμός Εγκαταστάσεων | 21 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2014-01-26 |
Ημερομηνία Δημοσίευσης | 2014-01-26 |
Προγραμματιστής | https://timothytocci.wordpress.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://timothytocci.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://timothytocci.com/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Groups Search", "short_name": "ggs Search", "description": "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "ggs" }, "icons": { "16": "ggs_16.png", "32": "ggs_32.png", "48": "ggs_48.png", "128": "ggs_128.png" }, "manifest_version": 2 } |