OLI Grid CSS
Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..
ما هو OLI Grid CSS؟
OLI Grid CSS هو إضافة Chrome تم تطويرها بواسطة kushan4157، والميزة الرئيسية لها هي "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..".
تحميل ملف CRX للإضافة OLI Grid CSS
قم بتنزيل ملفات الامتداد OLI Grid CSS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| ID | cjgbgacfoeceaeahjbeiedingmdbehgb |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/oli-grid-css/cjgbgacfoeceaeahjbeiedingmdbehgb |
| الوصف | Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml.. |
| حجم الملف | 12.74 KB |
| عدد التثبيتات | 252 |
| النسخة الحالية | 1 |
| آخر تحديث | 2017-03-01 |
| تاريخ النشر | 2017-03-01 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | kushan4157 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..",
"manifest_version": 2,
"name": "OLI Grid CSS",
"short_name": "OLI Grid",
"version": "1",
"homepage_url": "http:\/\/www.kushan.info",
"icons": {
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"css": [
"content_scripts\/grid.css"
],
"js": [
"content_scripts\/grid.js"
]
}
],
"browser_action": {
"default_icon": {
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
},
"default_title": "Toggle GRID",
"default_popup": "popup\/config.html"
}
} | |