Adjust HackerNews Font Size
Adjust news.ycombinator.com font size, and save your local setting.
Vad är Adjust HackerNews Font Size?
Adjust HackerNews Font Size är en Chrome-tillägg utvecklad av shengyiran, och dess huvudfunktion är "Adjust news.ycombinator.com font size, and save your local setting.".
Tilläggsskärmbilder
Ladda ner Adjust HackerNews Font Size-förlängningens CRX-fil
Ladda ner Adjust HackerNews Font Size-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Adjust HackerNews Font Size |
ID | aeddhhildjkggkgmnpodilmofhbalmop |
Officiell webbadress | https://chromewebstore.google.com/detail/adjust-hackernews-font-si/aeddhhildjkggkgmnpodilmofhbalmop |
Beskrivning | Adjust news.ycombinator.com font size, and save your local setting. |
Filstorlek | 20.24 KB |
Antal Installationer | 72 |
Aktuell Version | 3.1.2 |
Senast Uppdaterad | 2013-03-12 |
Publiceringsdatum | 2013-03-11 |
Utvecklare | shengyiran |
Betalningssätt | free |
Stödda Språk | 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" ] } |