Hacker News Dark Theme
A non-invaise dark theme for Hacker News.
什麼是Hacker News Dark Theme?
Hacker News Dark Theme是由azerella開發的Chrome擴展程式,該擴展的主要功能是“A non-invaise dark theme for Hacker News.”。
擴展截圖
下載Hacker News Dark Theme擴展crx文件
下載Hacker News Dark Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is an opinionated dark theme for Hacker News to act as a temporary replacement until the site implements its own theme.
擴展基本資訊
名稱 | |
ID | ndeojhdifgncfggdoocajmceelcnmkgh |
官方網址 | https://chrome.google.com/webstore/detail/hacker-news-dark-theme/ndeojhdifgncfggdoocajmceelcnmkgh |
簡介 | A non-invaise dark theme for Hacker News. |
檔案大小 | 13.91 KB |
安裝次數 | 127 |
目前版本 | 0.1.0 |
更新時間 | 2020-05-16 |
上架時間 | 2020-05-16 |
開發者 | azerella |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/adamzerella/ext-hn-darkmode |
說明頁面URL | https://github.com/adamzerella/ext-hn-darkmode/issues |
隱私政策頁面URL | https://github.com/azerella/ext-ambient-darkmode |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News Dark Theme", "short_name": "hndt", "author": "Adam Zerella", "homepage_url": "https:\/\/github.com\/adamzerella\/ext-hn-darkmode", "version": "0.1.0", "description": "A non-invaise dark theme for Hacker News.", "permissions": [ "https:\/\/news.ycombinator.com\/" ], "background": { "scripts": [ "extension.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" }, "default_title": "Hacker News Dark Theme" }, "web_accessible_resources": [ "extension.js" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon64.png", "128": "icons\/icon128.png" } } |