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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}