beautiflag
chrome://flags is pretty now!
ما هو beautiflag؟
beautiflag هو إضافة Chrome تم تطويرها بواسطة deryck.henson، والميزة الرئيسية لها هي "chrome://flags is pretty now!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة beautiflag
قم بتنزيل ملفات الامتداد beautiflag بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The chrome://flags page has finally been re-styled.
Clear, large, beautiful.
https://github.com/dhenson02/beautiflag
***This currently requires --extensions-on-chrome-urls to be set.***
This can be done through the command-line, changing the shortcut "Target" field to add this at the end, or by visiting chrome://flags/#extensions-on-chrome-urls to enable it directly inside Chrome (requires browser restart). معلومات أساسية عن التمديد
| الاسم | |
| ID | ofgpfmlknkhdaobdghenekbknpglbmfb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb |
| الوصف | chrome://flags is pretty now! |
| حجم الملف | 80.13 KB |
| عدد التثبيتات | 15 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2016-01-22 |
| تاريخ النشر | 2016-01-21 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | deryck.henson |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/dhenson02/beautiflag |
| عنوان صفحة المساعدة | https://github.com/dhenson02/beautiflag/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "beautiflag",
"description": "chrome:\/\/flags is pretty now!",
"version": "1.0",
"author": "Deryck Henson",
"background": {
"scripts": [
"adorable.js"
]
},
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"tabs",
"chrome:\/\/flags\/"
]
} | |