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