CodePen OmniSearch
Search for pens from CodePen.io in the omnibox.
ما هو CodePen OmniSearch؟
CodePen OmniSearch هو إضافة Chrome تم تطويرها بواسطة https://www.extant.elementfx.com، والميزة الرئيسية لها هي "Search for pens from CodePen.io in the omnibox.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CodePen OmniSearch
قم بتنزيل ملفات الامتداد CodePen OmniSearch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
ID | nhhllinajngichobomhaainophdohgpj |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | 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" } } |