Pastel Tab
Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…
ما هو Pastel Tab؟
Pastel Tab هو إضافة Chrome تم تطويرها بواسطة williamyeny، والميزة الرئيسية لها هي "Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pastel Tab
قم بتنزيل ملفات الامتداد Pastel Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.
This project is inspired by automatic pastels on Tumblr.
Star + fork the project on Github here!
https://github.com/williamyeny/pastel-tab معلومات أساسية عن التمديد
| الاسم | |
| ID | olbihpfkfhmeonjellidnieandnfaapd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd |
| الوصف | Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.… |
| حجم الملف | 79.39 KB |
| عدد التثبيتات | 3,824 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2017-02-21 |
| تاريخ النشر | 2017-02-21 |
| تقييم | 2.76/5 مجموع تقييمات 58 |
| المطور | williamyeny |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pastel Tab",
"version": "1.1",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
]
} | |