PolySearch
Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.
ما هو PolySearch؟
PolySearch هو إضافة Chrome تم تطويرها بواسطة Eiji Kitamura، والميزة الرئيسية لها هي "Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PolySearch
قم بتنزيل ملفات الامتداد PolySearch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Search web components from webcomponents.org right from the Chrome search box. Type 'poly' to start searching.
معلومات أساسية عن التمديد
الاسم | PolySearch |
ID | gchibjlnlbpgcfjpbebnlecbbjndiidj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/polysearch/gchibjlnlbpgcfjpbebnlecbbjndiidj |
الوصف | Go to Omnibox, type 'poly' then name of the Polymer element you are looking for. |
حجم الملف | 19.17 KB |
عدد التثبيتات | 150 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2017-05-31 |
تاريخ النشر | 2017-05-30 |
تقييم | 4.80/5 مجموع تقييمات 5 |
المطور | Eiji Kitamura |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PolySearch", "description": "Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.", "version": "2.0.1", "manifest_version": 2, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "tabs", "https:\/\/www..webcomponents.org\/" ], "omnibox": { "keyword": "poly" }, "background": { "scripts": [ "js\/background.js" ] } } |