CodePen OmniSearch

Search for pens from CodePen.io in the omnibox.

Vad är CodePen OmniSearch?

CodePen OmniSearch är en Chrome-tillägg utvecklad av https://www.extant.elementfx.com, och dess huvudfunktion är "Search for pens from CodePen.io in the omnibox.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner CodePen OmniSearch-förlängningens CRX-fil

Ladda ner CodePen OmniSearch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn CodePen OmniSearch CodePen OmniSearch
ID nhhllinajngichobomhaainophdohgpj
Officiell webbadress https://chromewebstore.google.com/detail/codepen-omnisearch/nhhllinajngichobomhaainophdohgpj
Beskrivning Search for pens from CodePen.io in the omnibox.
Filstorlek 11.51 KB
Antal Installationer 291
Aktuell Version 1.0
Senast Uppdaterad 2015-03-14
Publiceringsdatum 2015-03-14
Betyg 4.50/5 Totalt 4 Betyg
Utvecklare https://www.extant.elementfx.com
Betalningssätt free
Tilläggswebbplats http://www.extant.elementfx.com/CodePen_OmniSearch/index.html
Hjälpsida URL http://www.extant.elementfx.com/CodePen_OmniSearch/index.html
Stödda Språk 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"
    }
}