Craigslist Tools
A set of useful tools for Craigslist
什么是Craigslist Tools?
Craigslist Tools是由dany32412开发的Chrome扩展程序,该扩展的主要功能是“A set of useful tools for Craigslist”。
下载Craigslist Tools扩展crx文件
下载Craigslist Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | phohbecdcgheoeembaanlncjjfmeoege |
官方URL | https://chrome.google.com/webstore/detail/craigslist-tools/phohbecdcgheoeembaanlncjjfmeoege |
简介 | A set of useful tools for Craigslist |
文件大小 | 62.46 KB |
安装次数 | 31 |
当前版本 | 0.0.1 |
更新时间 | 2016-03-20 |
上架时间 | 2016-03-20 |
评分 | 1.00/5 共1次评分 |
开发者 | dany32412 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Craigslist Tools", "description": "A set of useful tools for Craigslist", "version": "0.0.1", "permissions": [ "storage" ], "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.craigslist.org\/search*" ], "js": [ "jquery-2.2.1.min.js", "search.js" ] }, { "matches": [ "*:\/\/*.craigslist.org\/*\/*.html" ], "js": [ "jquery-2.2.1.min.js", "item.js" ] } ] } |