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
官方網址 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"
    }
}