Craigslist Aid
Quickly preview, save, and compare Craigslist ads.
什么是Craigslist Aid?
Craigslist Aid是由mitchelwb开发的Chrome扩展程序,该扩展的主要功能是“Quickly preview, save, and compare Craigslist ads.”。
扩展截图
下载Craigslist Aid扩展crx文件
下载Craigslist Aid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make bargain shopping a whole lot easier with this extension. No longer will you have to manage multiple browser tabs to watch all the Craigslist ads you're interested in. Hover over search results to open a preview panel. Click on search results to pin the preview to your screen. Pinned previews are even persistent from session to session. Pinning multiple previews allows you to quickly flip through them to compare. Perform a search and store that search to recall easier than the default craigslist searches too!
扩展基本信息
名称 | Craigslist Aid |
ID | jndggcelikadmpnfefbfjpibddadpjcc |
官方URL | https://chromewebstore.google.com/detail/craigslist-aid/jndggcelikadmpnfefbfjpibddadpjcc |
简介 | Quickly preview, save, and compare Craigslist ads. |
文件大小 | 205 KB |
安装次数 | 267 |
当前版本 | 1.3.6 |
更新时间 | 2014-06-29 |
上架时间 | 2014-06-29 |
评分 | 3.38/5 共8次评分 |
开发者 | mitchelwb |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Craigslist Aid", "description": "Quickly preview, save, and compare Craigslist ads.", "version": "1.3.6", "author": "mitchelwb", "icons": { "48": "claid48.png", "128": "claid.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.craigslist.org\/*", "http:\/\/*.craigslist.org\/*" ], "js": [ "domain.js", "jquery.js", "jquery.cookie.js", "bootstrap\/js\/bootstrap.js", "claid.dataMgr.js", "jquery.hoverIntent.js", "parseuri.js", "options.js", "claid.cities.js", "clAid.js" ], "css": [ "bootstrap\/css\/bootstrap.css", "bootstrap\/css\/bootstrap-theme.css", "claid.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "claid.png", "claid48.png", "previewArrowIcon.png", "bootstrap\/fonts\/glyphicons-halflings-regular.eot", "bootstrap\/fonts\/glyphicons-halflings-regular.svg", "bootstrap\/fonts\/glyphicons-halflings-regular.ttf", "bootstrap\/fonts\/glyphicons-halflings-regular.woff" ] } |