WebPlatform Search Companion
Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…
WebPlatform Search Companion क्या है?
WebPlatform Search Companion mangini द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WebPlatform Search Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.
Just type "wpd"+space on your Chrome omnibox (that box where you type URLs) and the extension will be activated. Then, type whatever CSS property, for exemple, and you will get direct URLs to the corresponding http://webplatform.org pages.
Example; type "wpd border" and you will get the direct links to
css: properties/border
css: properties/border-bottom
css: properties/border-bottom-color
css: properties/border-bottom-color-left-radius
css: properties/border-bottom-color-right-radius एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | cmnfpmlchcgefcboofmabaaclkgnoiei |
| आधिकारिक URL | https://chromewebstore.google.com/detail/webplatform-search-compan/cmnfpmlchcgefcboofmabaaclkgnoiei |
| विवरण | Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.… |
| फ़ाइल का आकार | 22.05 KB |
| स्थापना संख्या | 52 |
| वर्तमान संस्करण | 1.0 |
| अंतिम अपडेट | 2012-12-13 |
| प्रकाशन तिथि | 2012-12-12 |
| रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
| डेवलपर | mangini |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | http://webplatform.org |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WebPlatform Search Companion",
"version": "1.0",
"omnibox": {
"keyword": "wpd"
},
"icons": {
"16": "logo-16.png",
"128": "logo-128.png"
},
"permissions": [
"http:\/\/docs.webplatform.org\/*"
],
"background": {
"persistent": false,
"scripts": [
"background.js"
]
}
} | |