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 هو إضافة Chrome تم تطويرها بواسطة mangini، والميزة الرئيسية لها هي "Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WebPlatform Search Companion

قم بتنزيل ملفات الامتداد WebPlatform Search Companion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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                    

معلومات أساسية عن التمديد

الاسم WebPlatform Search Companion WebPlatform Search Companion
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"
        ]
    }
}