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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |