Readable HackerNews

Stylish Hacker News.

Qu'est-ce que Readable HackerNews ?

Readable HackerNews est une extension Chrome développée par Jarques, et sa fonction principale est "Stylish Hacker News.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Readable HackerNews

Téléchargez les fichiers d'extension Readable HackerNews 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

                        Announcement: This will be the last update (supporting https), please refer to my HN+ if you want to keep getting updates: 

https://chrome.google.com/webstore/detail/hacker-news-%20/oieefcckcbbgniifdhhialgkmghahjgl

I've been a long time HackerNews reader. But over time I've come to dislike the way it looks. So with this extension, I am focusing on creating a more "readable hacker news" by experimenting with typefaces, colors and styles.

v2.3.5:

  - Support HN on https://

v2.3.4:

  -  Style fixes for header
  -  New font for titles                    

Informations de Base sur l'Extension

Nom Readable HackerNews Readable HackerNews
ID jnnojalnifmaekkfknejbppafnaiepjl
URL Officiel https://chromewebstore.google.com/detail/readable-hackernews/jnnojalnifmaekkfknejbppafnaiepjl
Description Stylish Hacker News.
Taille du Fichier 39.07 KB
Nombre d'Installations 135
Version Actuelle 2.3.5
Dernière Mise à Jour 2013-05-21
Date de Publication 2013-05-21
Évaluation 4.26/5 Total 27 Évaluations
Développeur Jarques
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://jarqu.es/dev/hn/
URL de la Page d'Aide http://jarqu.es/dev/hn/
Langues Prises en Charge en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/hn.js"
            ],
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.net\/*",
                "http:\/\/hackerne.ws\/*",
                "https:\/\/news.ycombinator.com\/*"
            ]
        }
    ],
    "description": "Stylish Hacker News.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "name": "Readable HackerNews",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.5",
    "manifest_version": 2
}