CodePen OmniSearch
Search for pens from CodePen.io in the omnibox.
Qu'est-ce que CodePen OmniSearch ?
CodePen OmniSearch est une extension Chrome développée par https://www.extant.elementfx.com, et sa fonction principale est "Search for pens from CodePen.io in the omnibox.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CodePen OmniSearch
Téléchargez les fichiers d'extension CodePen OmniSearch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | CodePen OmniSearch |
ID | nhhllinajngichobomhaainophdohgpj |
URL Officiel | https://chromewebstore.google.com/detail/codepen-omnisearch/nhhllinajngichobomhaainophdohgpj |
Description | Search for pens from CodePen.io in the omnibox. |
Taille du Fichier | 11.51 KB |
Nombre d'Installations | 291 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-03-14 |
Date de Publication | 2015-03-14 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | https://www.extant.elementfx.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.extant.elementfx.com/CodePen_OmniSearch/index.html |
URL de la Page d'Aide | http://www.extant.elementfx.com/CodePen_OmniSearch/index.html |
Langues Prises en Charge | 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" } } |