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"
]
}
]
} | |