Search Color Changer
Change your Search page color
ما هو Search Color Changer؟
Search Color Changer هو إضافة Chrome تم تطويرها بواسطة orikoral، والميزة الرئيسية لها هي "Change your Search page color".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Search Color Changer
قم بتنزيل ملفات الامتداد Search Color Changer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Personalize your Search page with the color of your choice! Change the search page background color in a single click. More than 20 beautiful colors. The first extension to allow color customization of Search pages. Install now and help this extension become more popular than AdBlock, AdBlock-Plus, Feedly, YouTube, Facebook and all Google Apps :) Icon by www.designbolts.com
معلومات أساسية عن التمديد
الاسم | |
ID | iflelgcofheaaebigdfkjnejdiphiolm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/search-color-changer/iflelgcofheaaebigdfkjnejdiphiolm |
الوصف | Change your Search page color |
حجم الملف | 104 KB |
عدد التثبيتات | 389 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-08-20 |
تاريخ النشر | 2015-08-20 |
تقييم | 3.93/5 مجموع تقييمات 15 |
المطور | orikoral |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Color Changer", "description": "Change your Search page color", "version": "1.0", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "bg.js" ] }, "content_security_policy": "script-src https:\/\/*.cdn.mxpnl.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.1.js", "jquery.color-2.1.2.js", "cs.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "page_action": { "default_title": "Change your Search page color", "default_icon": "icon_19.png", "default_popup": "popup.html" } } |