Adjust HackerNews Font Size
Adjust news.ycombinator.com font size, and save your local setting.
Cos'è Adjust HackerNews Font Size?
Adjust HackerNews Font Size è un'estensione di Chrome sviluppata da shengyiran, e la sua funzione principale è "Adjust news.ycombinator.com font size, and save your local setting.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Adjust HackerNews Font Size
Scarica i file di estensione Adjust HackerNews Font Size in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | aeddhhildjkggkgmnpodilmofhbalmop |
| URL Ufficiale | https://chromewebstore.google.com/detail/adjust-hackernews-font-si/aeddhhildjkggkgmnpodilmofhbalmop |
| Descrizione | Adjust news.ycombinator.com font size, and save your local setting. |
| Dimensione del File | 20.24 KB |
| Conteggio Installazioni | 72 |
| Versione Corrente | 3.1.2 |
| Ultimo Aggiornamento | 2013-03-12 |
| Data di Pubblicazione | 2013-03-11 |
| Sviluppatore | shengyiran |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |