CodePen OmniSearch

Search for pens from CodePen.io in the omnibox.

Τι είναι το CodePen OmniSearch;

Το CodePen OmniSearch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.extant.elementfx.com, και η κύρια λειτουργία του είναι "Search for pens from CodePen.io in the omnibox.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CodePen OmniSearch

Λήψη αρχείων επέκτασης CodePen OmniSearch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Quickly search for pens on CodePen.io from the address bar.

To do a search, click on your address bar and type "cp" (without the quotation marks), then press "Tab" on your keyboard, type what you are searching for and hit "Enter". It's that easy.



NOTE: I am not affiliated with CodePen. Any logos used are the property of CodePen and I did not create them. The CodePen logos can be found here: http://blog.codepen.io/documentation/brand-assets/logos/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CodePen OmniSearch CodePen OmniSearch
ID nhhllinajngichobomhaainophdohgpj
Επίσημο URL https://chromewebstore.google.com/detail/codepen-omnisearch/nhhllinajngichobomhaainophdohgpj
Περιγραφή Search for pens from CodePen.io in the omnibox.
Μέγεθος Αρχείου 11.51 KB
Αριθμός Εγκαταστάσεων 291
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-03-14
Ημερομηνία Δημοσίευσης 2015-03-14
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.extant.elementfx.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.extant.elementfx.com/CodePen_OmniSearch/index.html
Διεύθυνση URL της Σελίδας Βοήθειας http://www.extant.elementfx.com/CodePen_OmniSearch/index.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CodePen OmniSearch",
    "version": "1.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "description": "Search for pens from CodePen.io in the omnibox.",
    "background": {
        "scripts": [
            "search.js"
        ]
    },
    "omnibox": {
        "keyword": "cp"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}