CodePen OmniSearch

Search for pens from CodePen.io in the omnibox.

什么是CodePen OmniSearch?

CodePen OmniSearch是由https://www.extant.elementfx.com开发的Chrome扩展程序,该扩展的主要功能是“Search for pens from CodePen.io in the omnibox.”。

扩展截图

screenshot
screenshot

下载CodePen OmniSearch扩展crx文件

下载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"
    }
}