Munin dark theme
A simple plugin that gives Munin pages a dark theme.
什麼是Munin dark theme?
Munin dark theme是由okor開發的Chrome擴展程式,該擴展的主要功能是“A simple plugin that gives Munin pages a dark theme.”。
擴展截圖
下載Munin dark theme擴展crx文件
下載Munin dark theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The plugin will attempt to detect if the current page is one served up by Munin. If it's a Munin page, it will inject a small amount of CSS, effectively creating a dark theme for Munin. Get the source on Github: https://github.com/okor/munin-dark-chrome-extension
擴展基本資訊
名稱 | |
ID | fgboabpjnnfofdmknkijjpaolikljolo |
官方網址 | https://chromewebstore.google.com/detail/munin-dark-theme/fgboabpjnnfofdmknkijjpaolikljolo |
簡介 | A simple plugin that gives Munin pages a dark theme. |
檔案大小 | 13.98 KB |
安裝次數 | 19 |
目前版本 | 1.0 |
更新時間 | 2013-09-24 |
上架時間 | 2013-09-24 |
評分 | 5.00/5 共 2 次評分 |
開發者 | okor |
付費類型 | free |
擴展官網 | http://jasonormand.com/2013/09/22/a-dark-munin-theme/ |
說明頁面URL | https://github.com/okor/munin-dark-chrome-extension |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Munin dark theme", "description": "A simple plugin that gives Munin pages a dark theme.", "version": "1.0", "homepage_url": "http:\/\/jasonormand.com\/2013\/09\/22\/a-dark-munin-theme\/", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "munin-dark-theme.css" ], "content_scripts": [ { "js": [ "munin-dark-theme.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ] } |