Adjust HackerNews Font Size
Adjust news.ycombinator.com font size, and save your local setting.
Was ist Adjust HackerNews Font Size?
Adjust HackerNews Font Size ist eine Chrome-Erweiterung, die von shengyiran entwickelt wurde, und ihr Hauptmerkmal ist "Adjust news.ycombinator.com font size, and save your local setting.".
Erweiterungsscreenshots
Adjust HackerNews Font Size-Erweiterungs-CRX-Datei herunterladen
Laden Sie Adjust HackerNews Font Size-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aeddhhildjkggkgmnpodilmofhbalmop |
| Offizielle URL | https://chromewebstore.google.com/detail/adjust-hackernews-font-si/aeddhhildjkggkgmnpodilmofhbalmop |
| Beschreibung | Adjust news.ycombinator.com font size, and save your local setting. |
| Dateigröße | 20.24 KB |
| Installationsanzahl | 72 |
| Aktuelle Version | 3.1.2 |
| Letztes Update | 2013-03-12 |
| Veröffentlichungsdatum | 2013-03-11 |
| Entwickler | shengyiran |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |