underscore
Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
Τι είναι το underscore;
Το underscore είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ansonairoldi, και η κύρια λειτουργία του είναι "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης underscore
Λήψη αρχείων επέκτασης underscore σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes searchbox, followed by a tab or space. This will bring you into the extension's search context, where you can now search underscore's documentation. ----- 1.0.1: fixed breaking issue with underscore https
Βασικές Πληροφορίες Επέκτασης
Όνομα | underscore |
ID | pffeaanfhmcllmncifaihidglefccbeg |
Επίσημο URL | https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg |
Περιγραφή | Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes… |
Μέγεθος Αρχείου | 212 KB |
Αριθμός Εγκαταστάσεων | 14 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2018-07-07 |
Ημερομηνία Δημοσίευσης | 2018-07-07 |
Προγραμματιστής | ansonairoldi |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/ansonlouis/chrome-underscore |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/ansonlouis/chrome-underscore |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "underscore", "version": "1.0.1", "manifest_version": 2, "permissions": [], "background": { "persistent": true, "page": ".\/background.html" }, "omnibox": { "keyword": "_" } } |