Nginx Plus
Alternate CSS for nginx.org with a focus on readability.
什麼是Nginx Plus?
Nginx Plus是由https://www.niteshk.com開發的Chrome擴展程式,該擴展的主要功能是“Alternate CSS for nginx.org with a focus on readability.”。
擴展截圖
下載Nginx Plus擴展crx文件
下載Nginx Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Feedback: @niteshk5 on Twitter 擴展基本資訊
| 名稱 | |
| ID | meliiblidnfgegbdnfogeboedehkaema |
| 官方網址 | https://chromewebstore.google.com/detail/nginx-plus/meliiblidnfgegbdnfogeboedehkaema |
| 簡介 | Alternate CSS for nginx.org with a focus on readability. |
| 檔案大小 | 41.62 KB |
| 安裝次數 | 225 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2013-11-29 |
| 上架時間 | 2013-11-29 |
| 評分 | 3.80/5 共 5 次評分 |
| 開發者 | https://www.niteshk.com |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Nginx Plus",
"version": "1.0.1",
"description": "Alternate CSS for nginx.org with a focus on readability.",
"icons": {
"128": "icon-128.png"
},
"browser_action": {
"default_icon": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/nginx.org\/*"
],
"js": [
"contentscript.js"
]
}
],
"background": {
"page": "background.html"
},
"permissions": [
"tabs",
"http:\/\/nginx.org\/*"
],
"web_accessible_resources": [
"contentscript.js"
]
} | |