Adjust HackerNews Font Size
Adjust news.ycombinator.com font size, and save your local setting.
What is Adjust HackerNews Font Size?
Adjust HackerNews Font Size is a Chrome extension developed by shengyiran, and its main feature is "Adjust news.ycombinator.com font size, and save your local setting.".
Extension Screenshots
Download Adjust HackerNews Font Size Extension CRX File
Download Adjust HackerNews Font Size extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Adjust HackerNews Font Size |
ID | aeddhhildjkggkgmnpodilmofhbalmop |
Official URL | https://chromewebstore.google.com/detail/adjust-hackernews-font-si/aeddhhildjkggkgmnpodilmofhbalmop |
Description | Adjust news.ycombinator.com font size, and save your local setting. |
File Size | 20.24 KB |
Installation Count | 72 |
Current Version | 3.1.2 |
Last Updated | 2013-03-12 |
Publish Date | 2013-03-11 |
Developer | shengyiran |
Payment Type | free |
Supported Languages | 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" ] } |