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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |