Adjust HackerNews Font Size
Adjust news.ycombinator.com font size, and save your local setting.
什麼是Adjust HackerNews Font Size?
Adjust HackerNews Font Size是由shengyiran開發的Chrome擴展程式,該擴展的主要功能是“Adjust news.ycombinator.com font size, and save your local setting.”。
擴展截圖
下載Adjust HackerNews Font Size擴展crx文件
下載Adjust HackerNews Font Size擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A small tool to enhance readability on http://news.ycombinator.com/. This extension allows you to resize the content fonts for hacker news, proportionally to their original size.
擴展基本資訊
名稱 | Adjust HackerNews Font Size |
ID | aeddhhildjkggkgmnpodilmofhbalmop |
官方網址 | https://chromewebstore.google.com/detail/adjust-hackernews-font-si/aeddhhildjkggkgmnpodilmofhbalmop |
簡介 | Adjust news.ycombinator.com font size, and save your local setting. |
檔案大小 | 20.24 KB |
安裝次數 | 72 |
目前版本 | 3.1.2 |
更新時間 | 2013-03-12 |
上架時間 | 2013-03-11 |
開發者 | shengyiran |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Adjust HackerNews Font Size", "manifest_version": 2, "version": "3.1.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "Adjust news.ycombinator.com font size, and save your local setting.", "content_scripts": [ { "matches": [ "http:\/\/news.ycombinator.com\/*", "https:\/\/news.ycombinator.com\/*" ], "js": [ "hnfontsize.js" ] } ], "permissions": [ "http:\/\/news.ycombinator.com\/*", "https:\/\/news.ycombinator.com\/*", "storage" ], "web_accessible_resources": [ "font_size.gif" ] } |