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.…
Was ist WebPlatform Search Companion?
WebPlatform Search Companion ist eine Chrome-Erweiterung, die von mangini entwickelt wurde, und ihr Hauptmerkmal ist "Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…".
Erweiterungsscreenshots
WebPlatform Search Companion-Erweiterungs-CRX-Datei herunterladen
Laden Sie WebPlatform Search Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                      Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | cmnfpmlchcgefcboofmabaaclkgnoiei | 
| Offizielle URL | https://chromewebstore.google.com/detail/webplatform-search-compan/cmnfpmlchcgefcboofmabaaclkgnoiei | 
| Beschreibung | Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.… | 
| Dateigröße | 22.05 KB | 
| Installationsanzahl | 52 | 
| Aktuelle Version | 1.0 | 
| Letztes Update | 2012-12-13 | 
| Veröffentlichungsdatum | 2012-12-12 | 
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | mangini | 
| Zahlungsart | free | 
| Erweiterungswebsite | http://webplatform.org | 
| Unterstützte Sprachen | 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"
        ]
    }
}  |  |