Prettify Craigslist

Instantly adds beautiful typography and gridbased visual hierarchy to Craislist.

Apa itu Prettify Craigslist?

Prettify Craigslist adalah ekstensi Chrome yang dikembangkan oleh https://jordandavis.ca, dan fitur utamanya adalah "Instantly adds beautiful typography and gridbased visual hierarchy to Craislist.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Prettify Craigslist

Unduh file ekstensi Prettify Craigslist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Prettify Craigslist Prettify Craigslist
ID dpoblegabhmmmjkfjlhogmnfkpfklccl
URL Resmi https://chromewebstore.google.com/detail/prettify-craigslist/dpoblegabhmmmjkfjlhogmnfkpfklccl
Deskripsi Instantly adds beautiful typography and gridbased visual hierarchy to Craislist.
Ukuran File 127 KB
Jumlah Instalasi 122
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2013-12-20
Tanggal Publikasi 2013-11-22
Penilaian 3.50/5 Total 2 Penilaian
Pengembang https://jordandavis.ca
Tipe Pembayaran free
Situs Ekstensi http://jordandavis.ca/?p=159
Bahasa yang Didukung 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"
            ]
        }
    ]
}