CSSenter
Centering in CSS made easy
ما هو CSSenter؟
CSSenter هو إضافة Chrome تم تطويرها بواسطة CSSenter، والميزة الرئيسية لها هي "Centering in CSS made easy".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CSSenter
قم بتنزيل ملفات الامتداد CSSenter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
CSSenter takes the pain out of CSS centering 1. Toggle the extension by clicking its button in the top right 2. Click the element you want centered 3. Select how you want it centered 4. Test alternative methods by clicking them 5. Copy/paste the code suggestions Done! When I have time I want to improve it/add more features, please email suggestions to [email protected] :) Thanks!
معلومات أساسية عن التمديد
الاسم | |
ID | pfbnhbcilleojodnblabbbggcmlpjpnb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cssenter/pfbnhbcilleojodnblabbbggcmlpjpnb |
الوصف | Centering in CSS made easy |
حجم الملف | 124 KB |
عدد التثبيتات | 28 |
النسخة الحالية | 0.0.1.2 |
آخر تحديث | 2015-05-22 |
تاريخ النشر | 2015-05-22 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | CSSenter |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSSenter", "description": "Centering in CSS made easy", "version": "0.0.1.2", "browser_action": { "default_icon": "images\/cssenter-icon-off-38.png" }, "permissions": [ "activeTab", "storage" ], "background": { "page": "background.html", "persistent": true }, "web_accessible_resources": [ "images\/fake-diff.png", "images\/spinner.gif", "images\/tick.png" ], "icons": { "128": "images\/cssenter-icon-128.png" } } |