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.…

Co to jest WebPlatform Search Companion?

WebPlatform Search Companion to rozszerzenie Chrome opracowane przez mangini, a jego główną funkcją jest „Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WebPlatform Search Companion

Pobierz pliki rozszerzeń WebPlatform Search Companion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa WebPlatform Search Companion WebPlatform Search Companion
ID cmnfpmlchcgefcboofmabaaclkgnoiei
Oficjalny URL https://chromewebstore.google.com/detail/webplatform-search-compan/cmnfpmlchcgefcboofmabaaclkgnoiei
Opis Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…
Rozmiar pliku 22.05 KB
Liczba instalacji 52
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2012-12-13
Data Publikacji 2012-12-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper mangini
Typ Płatności free
Strona Rozszerzenia http://webplatform.org
Obsługiwane Języki 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"
        ]
    }
}