Prettify Craigslist

Instantly adds beautiful typography and gridbased visual hierarchy to Craislist.

Was ist Prettify Craigslist?

Prettify Craigslist ist eine Chrome-Erweiterung, die von https://jordandavis.ca entwickelt wurde, und ihr Hauptmerkmal ist "Instantly adds beautiful typography and gridbased visual hierarchy to Craislist.".

Erweiterungsscreenshots

screenshot

Prettify Craigslist-Erweiterungs-CRX-Datei herunterladen

Laden Sie Prettify Craigslist-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

                        Craigslist has always been great for bargain lovers, but not so hot for those who love design. 

This plugin makes Craigslist a grid based, typographic, responsive site with lots of whitespace. 

This treatment makes heavy use of Cabin (http://www.google.com/fonts/specimen/Cabin), developed by Pablo Impallari and available through Google Fonts. Cabin is a Humanist Sans, with a touch of modernism. 

Other people this extension is indebted to include Graphic Designer Mike Gangwere (http://uppercasem.prosite.com/), for supplying the sharp, clean logo, and Alex Wolkov, for creating Extensionizr, which enabled me to start building this extension easily.

NOTE: THIS EXTENSION HAS NOT BEEN TESTED MUCH. PLEASE CONTACT ME AT [email protected] IF SOMETHING IS BROKEN/UGLY OR NOT WORKING.                    

Grundlegende Informationen zur Erweiterung

Name Prettify Craigslist Prettify Craigslist
ID dpoblegabhmmmjkfjlhogmnfkpfklccl
Offizielle URL https://chromewebstore.google.com/detail/prettify-craigslist/dpoblegabhmmmjkfjlhogmnfkpfklccl
Beschreibung Instantly adds beautiful typography and gridbased visual hierarchy to Craislist.
Dateigröße 127 KB
Installationsanzahl 122
Aktuelle Version 0.0.3
Letztes Update 2013-12-20
Veröffentlichungsdatum 2013-11-22
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler https://jordandavis.ca
Zahlungsart free
Erweiterungswebsite http://jordandavis.ca/?p=159
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prettify Craigslist",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Instantly adds beautiful typography and gridbased visual hierarchy to Craislist.",
    "homepage_url": "http:\/\/jordandavis.ca\/?p=159",
    "icons": {
        "16": "icons\/Logo_16x16.png",
        "48": "icons\/Logo_48x48.png",
        "128": "icons\/Logo_128x128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/*.craigslist.ca\/*",
        "http:\/\/*.craigslist.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.craigslist.ca\/*",
                "http:\/\/*.craigslist.org\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}