CodePen OmniSearch

Search for pens from CodePen.io in the omnibox.

CodePen OmniSearch là gì?

CodePen OmniSearch là một tiện ích mở rộng Chrome được phát triển bởi https://www.extant.elementfx.com, và tính năng chính của nó là "Search for pens from CodePen.io in the omnibox.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CodePen OmniSearch

Tải xuống các tệp mở rộng CodePen OmniSearch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CodePen OmniSearch CodePen OmniSearch
ID nhhllinajngichobomhaainophdohgpj
URL Chính Thức https://chromewebstore.google.com/detail/codepen-omnisearch/nhhllinajngichobomhaainophdohgpj
Mô tả Search for pens from CodePen.io in the omnibox.
Kích Thước Tệp 11.51 KB
Số Lần Cài Đặt 291
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-03-14
Ngày Phát Hành 2015-03-14
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.extant.elementfx.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.extant.elementfx.com/CodePen_OmniSearch/index.html
URL Trang Trợ Giúp http://www.extant.elementfx.com/CodePen_OmniSearch/index.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}