Google Page Cumstom Background
Replacing boring default background to random hi-def images
ما هو Google Page Cumstom Background؟
Google Page Cumstom Background هو إضافة Chrome تم تطويرها بواسطة ysl.stefan، والميزة الرئيسية لها هي "Replacing boring default background to random hi-def images".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Page Cumstom Background
قم بتنزيل ملفات الامتداد Google Page Cumstom Background بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a Google Chrome Extension that will replace blank default background with a random high-definition images downloaded from Unsplash. You can also view the image along (hiding search bar, navigation bar, ..etc) by double clicking Shift Key to toggle Google components.
معلومات أساسية عن التمديد
الاسم | |
ID | ilcilmjmcicbgomhddjlgmmajjmekobn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-page-cumstom-backg/ilcilmjmcicbgomhddjlgmmajjmekobn |
الوصف | Replacing boring default background to random hi-def images |
حجم الملف | 5.39 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2017-08-25 |
تاريخ النشر | 2017-08-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | ysl.stefan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Page Cumstom Background", "description": "Replacing boring default background to random hi-def images", "version": "0.0.1", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/", "http:\/\/www.google.com\/" ], "css": [ "bg.css" ], "js": [ "content.js" ] } ], "page_action": { "default_title": "Custom Google background" } } |