CodePen OmniSearch

Search for pens from CodePen.io in the omnibox.

Cos'è CodePen OmniSearch?

CodePen OmniSearch è un'estensione di Chrome sviluppata da https://www.extant.elementfx.com, e la sua funzione principale è "Search for pens from CodePen.io in the omnibox.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CodePen OmniSearch

Scarica i file di estensione CodePen OmniSearch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome CodePen OmniSearch CodePen OmniSearch
ID nhhllinajngichobomhaainophdohgpj
URL Ufficiale https://chromewebstore.google.com/detail/codepen-omnisearch/nhhllinajngichobomhaainophdohgpj
Descrizione Search for pens from CodePen.io in the omnibox.
Dimensione del File 11.51 KB
Conteggio Installazioni 291
Versione Corrente 1.0
Ultimo Aggiornamento 2015-03-14
Data di Pubblicazione 2015-03-14
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore https://www.extant.elementfx.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.extant.elementfx.com/CodePen_OmniSearch/index.html
URL della Pagina di Aiuto http://www.extant.elementfx.com/CodePen_OmniSearch/index.html
Lingue Supportate 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"
    }
}