N-Central Dashboard extension
Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.
N-Central Dashboard extensionคืออะไร?
N-Central Dashboard extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jamesweakley และคุณลักษณะหลักของมันคือ "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย N-Central Dashboard extension
ดาวน์โหลดไฟล์ส่วนขยาย N-Central Dashboard extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Uses jQuery and the jQuery.floatThead extension to make N-Central dashboard headings stick when scrolling. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eambckjnmhkihnabgcbegcdgejekkpia |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/n-central-dashboard-exten/eambckjnmhkihnabgcbegcdgejekkpia |
| คำอธิบาย | Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling. |
| ขนาดไฟล์ | 16.99 KB |
| จำนวนการติดตั้ง | 53 |
| เวอร์ชันปัจจุบัน | 1.0.1 |
| อัปเดตครั้งล่าสุด | 2014-06-29 |
| วันที่เผยแพร่ | 2014-06-28 |
| ผู้พัฒนา | jamesweakley |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "N-Central Dashboard extension",
"version": "1.0.1",
"manifest_version": 2,
"description": "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"webRequest",
"http:\/\/*\/*IndexAction.action",
"https:\/\/*\/*IndexAction.action",
"http:\/\/*\/*DashboardViewAction*",
"https:\/\/*\/*DashboardViewAction*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"web_accessible_resources": [
"injected.js",
"injector.js"
]
} | |