CodePen OmniSearch
Search for pens from CodePen.io in the omnibox.
Co to jest CodePen OmniSearch?
CodePen OmniSearch to rozszerzenie Chrome opracowane przez https://www.extant.elementfx.com, a jego główną funkcją jest „Search for pens from CodePen.io in the omnibox.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CodePen OmniSearch
Pobierz pliki rozszerzeń CodePen OmniSearch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | CodePen OmniSearch |
ID | nhhllinajngichobomhaainophdohgpj |
Oficjalny URL | https://chromewebstore.google.com/detail/codepen-omnisearch/nhhllinajngichobomhaainophdohgpj |
Opis | Search for pens from CodePen.io in the omnibox. |
Rozmiar pliku | 11.51 KB |
Liczba instalacji | 291 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-03-14 |
Data Publikacji | 2015-03-14 |
Ocena | 4.50/5 Łącznie 4 Oceny |
Deweloper | https://www.extant.elementfx.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.extant.elementfx.com/CodePen_OmniSearch/index.html |
Adres URL Strony Pomocy | http://www.extant.elementfx.com/CodePen_OmniSearch/index.html |
Obsługiwane Języki | 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" } } |