Color Search
Adds a Google search card for when a color is searched.
ما هو Color Search؟
Color Search هو إضافة Chrome تم تطويرها بواسطة Ian Hoegen، والميزة الرئيسية لها هي "Adds a Google search card for when a color is searched.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Color Search
قم بتنزيل ملفات الامتداد Color Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension checks the Google search bar, and will add a color card to the top of the search result if the query is a color. This is great for if you need to find the associated color to a RGB color code, or a Hex code. Donations are accepted at https://www.paypal.me/ihoegen/5 Github: https://github.com/ihoegen/ColorSearch
معلومات أساسية عن التمديد
الاسم | Color Search |
ID | eogeejfgkddjjibpecmcgdohpknkjabo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/color-search/eogeejfgkddjjibpecmcgdohpknkjabo |
الوصف | Adds a Google search card for when a color is searched. |
حجم الملف | 192 KB |
عدد التثبيتات | 503 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2016-04-09 |
تاريخ النشر | 2016-04-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Ian Hoegen |
نوع الدفع | free |
موقع الإضافة | https://github.com/ihoegen/ColorSearch |
عنوان صفحة المساعدة | https://github.com/ihoegen/ColorSearch/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Search", "description": "Adds a Google search card for when a color is searched. ", "version": "1.0.2", "icons": { "128": "icon.png", "48": "icon.png", "256": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "main.min.js" ] } ] } |