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 |
官方URL | 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" ] } |