Adjust HackerNews Font Size
Adjust news.ycombinator.com font size, and save your local setting.
Wat is Adjust HackerNews Font Size?
Adjust HackerNews Font Size is een Chrome-extensie ontwikkeld door shengyiran, en de belangrijkste functie is "Adjust news.ycombinator.com font size, and save your local setting.".
Extensie Screenshots
Download het CRX-bestand van de extensie Adjust HackerNews Font Size
Download Adjust HackerNews Font Size-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Adjust HackerNews Font Size |
ID | aeddhhildjkggkgmnpodilmofhbalmop |
Officiële URL | https://chromewebstore.google.com/detail/adjust-hackernews-font-si/aeddhhildjkggkgmnpodilmofhbalmop |
Beschrijving | Adjust news.ycombinator.com font size, and save your local setting. |
Bestandsgrootte | 20.24 KB |
Aantal Installaties | 72 |
Huidige Versie | 3.1.2 |
Laatst Bijgewerkt | 2013-03-12 |
Publicatiedatum | 2013-03-11 |
Ontwikkelaar | shengyiran |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |