Omgili Search
To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
Τι είναι το Omgili Search;
Το Omgili Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://timothytocci.wordpress.com, και η κύρια λειτουργία του είναι "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Omgili Search
Λήψη αρχείων επέκτασης Omgili Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is an Omnibox extension that enables you to search Omgili from the browser. To use, type 'omg', a space, and query into the Omnibox. Then choose a time frame that you desire from the dropdown and it will open your results in a new tab. To view the code for this extension and many more visit: http://timothytocci.com/
Βασικές Πληροφορίες Επέκτασης
Όνομα | Omgili Search |
ID | jllbgnjiffjogdmoljjljeedafbndamm |
Επίσημο URL | https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm |
Περιγραφή | To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com |
Μέγεθος Αρχείου | 15.6 KB |
Αριθμός Εγκαταστάσεων | 25 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2014-01-29 |
Ημερομηνία Δημοσίευσης | 2014-01-28 |
Προγραμματιστής | 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": "Omgili Search", "short_name": "omg Search", "description": "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "omg" }, "icons": { "16": "omg_16.png", "32": "omg_32.png", "48": "omg_48.png", "128": "omg_128.png" }, "manifest_version": 2 } |