Adjust HackerNews Font Size

Adjust news.ycombinator.com font size, and save your local setting.

Qu'est-ce que Adjust HackerNews Font Size ?

Adjust HackerNews Font Size est une extension Chrome développée par shengyiran, et sa fonction principale est "Adjust news.ycombinator.com font size, and save your local setting.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Adjust HackerNews Font Size

Téléchargez les fichiers d'extension Adjust HackerNews Font Size au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Adjust HackerNews Font Size Adjust HackerNews Font Size
ID aeddhhildjkggkgmnpodilmofhbalmop
URL Officiel https://chromewebstore.google.com/detail/adjust-hackernews-font-si/aeddhhildjkggkgmnpodilmofhbalmop
Description Adjust news.ycombinator.com font size, and save your local setting.
Taille du Fichier 20.24 KB
Nombre d'Installations 72
Version Actuelle 3.1.2
Dernière Mise à Jour 2013-03-12
Date de Publication 2013-03-11
Développeur shengyiran
Type de Paiement free
Langues Prises en Charge 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"
    ]
}