CodePen OmniSearch

Search for pens from CodePen.io in the omnibox.

What is CodePen OmniSearch?

CodePen OmniSearch is a Chrome extension developed by https://www.extant.elementfx.com, and its main feature is "Search for pens from CodePen.io in the omnibox.".

Extension Screenshots

screenshot
screenshot

Download CodePen OmniSearch Extension CRX File

Download CodePen OmniSearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name CodePen OmniSearch CodePen OmniSearch
ID nhhllinajngichobomhaainophdohgpj
Official URL https://chromewebstore.google.com/detail/codepen-omnisearch/nhhllinajngichobomhaainophdohgpj
Description Search for pens from CodePen.io in the omnibox.
File Size 11.51 KB
Installation Count 291
Current Version 1.0
Last Updated 2015-03-14
Publish Date 2015-03-14
Rating 4.50/5 Total 4 Ratings
Developer https://www.extant.elementfx.com
Payment Type free
Extension Website http://www.extant.elementfx.com/CodePen_OmniSearch/index.html
Help Page URL http://www.extant.elementfx.com/CodePen_OmniSearch/index.html
Supported Languages 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"
    }
}