Pink Background Daily
Designed for pink color lovers. Change your new tab with random pink background!
ما هو Pink Background Daily؟
Pink Background Daily هو إضافة Chrome تم تطويرها بواسطة https://bg.smallcolortools.com، والميزة الرئيسية لها هي "Designed for pink color lovers. Change your new tab with random pink background!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pink Background Daily
قم بتنزيل ملفات الامتداد Pink Background Daily بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension presents a new hand-picked beautiful pink background in every new tab. The background is lockable and you are free to lock/unlock it anytime. Main features: * In the upper right corner, clicking on lock icon can lock/unlock current background. Once locked, the background will be used for any new tab. When unlocked, a random background will be restored. * In the lower right corner, clicking on rotation icon can switch to a new background, without leaving current tab. You can use this feature to quickly find your favorite background and then lock it.
معلومات أساسية عن التمديد
الاسم | |
ID | onkijiakbamjbidbbfmggdcchjdcbcoj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj |
الوصف | Designed for pink color lovers. Change your new tab with random pink background! |
حجم الملف | 78.48 KB |
عدد التثبيتات | 193 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2023-02-28 |
تاريخ النشر | 2022-10-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://bg.smallcolortools.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://bg.smallcolortools.com |
عنوان صفحة المساعدة | https://bg.smallcolortools.com/contact.php |
عنوان صفحة سياسة الخصوصية | https://bg.smallcolortools.com/privacy.php |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pink Background Daily", "version": "0.1.1", "description": "Designed for pink color lovers. Change your new tab with random pink background!", "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "colorful-newtab", "default_icon": "icons\/logo.png" }, "chrome_url_overrides": { "newtab": "main.html" }, "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |