Prettify Craigslist

Instantly adds beautiful typography and gridbased visual hierarchy to Craislist.

什麼是Prettify Craigslist?

Prettify Craigslist是由https://jordandavis.ca開發的Chrome擴展程式,該擴展的主要功能是“Instantly adds beautiful typography and gridbased visual hierarchy to Craislist.”。

擴展截圖

screenshot

下載Prettify Craigslist擴展crx文件

下載Prettify Craigslist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Prettify Craigslist Prettify Craigslist
ID dpoblegabhmmmjkfjlhogmnfkpfklccl
官方網址 https://chromewebstore.google.com/detail/prettify-craigslist/dpoblegabhmmmjkfjlhogmnfkpfklccl
簡介 Instantly adds beautiful typography and gridbased visual hierarchy to Craislist.
檔案大小 127 KB
安裝次數 122
目前版本 0.0.3
更新時間 2013-12-20
上架時間 2013-11-22
評分 3.50/5 共 2 次評分
開發者 https://jordandavis.ca
付費類型 free
擴展官網 http://jordandavis.ca/?p=159
支援的語言 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"
            ]
        }
    ]
}