CodePen OmniSearch
Search for pens from CodePen.io in the omnibox.
CodePen OmniSearch क्या है?
CodePen OmniSearch https://www.extant.elementfx.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for pens from CodePen.io in the omnibox."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CodePen OmniSearch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } } |