Flatit

A modern styling for reddit.

Wat is Flatit?

Flatit is een Chrome-extensie ontwikkeld door Will Hitchcock, en de belangrijkste functie is "A modern styling for reddit.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Flatit

Download Flatit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Flatit subtly cleans up unnecessary noise in the reddit interface while maintaining the same reddit feel that you have grown to love.

Works well with RES.                    

Basisinformatie over de Extensie

Naam Flatit Flatit
ID blkfjcojlgcgillkmcaahalnnibhkpdl
Officiële URL https://chromewebstore.google.com/detail/flatit/blkfjcojlgcgillkmcaahalnnibhkpdl
Beschrijving A modern styling for reddit.
Bestandsgrootte 44.57 KB
Aantal Installaties 208
Huidige Versie 1.0
Laatst Bijgewerkt 2013-08-12
Publicatiedatum 2013-08-12
Beoordeling 3.90/5 Totaal 21 Beoordelingen
Ontwikkelaar Will Hitchcock
Betalingswijze free
Extensiewebsite https://github.com/hitchcockwill/flat-reddit
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flatit",
    "version": "1.0",
    "description": "A modern styling for reddit.",
    "icons": {
        "48": "img\/flat-reddit-icon-48.png",
        "128": "img\/flat-reddit-icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/config.css"
            ],
            "matches": [
                "http:\/\/www.reddit.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/www.reddit.com\/*",
                "https:\/\/ssl.reddit.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/res.css"
            ],
            "matches": [
                "http:\/\/www.reddit.com\/*",
                "https:\/\/ssl.reddit.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}