CraigList Search
This extension allows you to search on CraigList
What is CraigList Search?
CraigList Search is a Chrome extension developed by Geny Herrera, and its main feature is "This extension allows you to search on CraigList".
Extension Screenshots
Download CraigList Search Extension CRX File
Download CraigList Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Lets you quickly search on CraigList. In just one click you can search whatever you want on CraigList. It's very easy and clean. Versions: 1.0 - Initial 1.1 - Fix redirect to CraigList URL. 1.2 - Fix URL 1.3 - Adding location
Extension Basic Information
Name | |
ID | pdjddkgbbcikpfolhkaodmobckpggolh |
Official URL | https://chrome.google.com/webstore/detail/craiglist-search/pdjddkgbbcikpfolhkaodmobckpggolh |
Description | This extension allows you to search on CraigList |
File Size | 47.12 KB |
Installation Count | 544 |
Current Version | 1.3 |
Last Updated | 2016-04-12 |
Publish Date | 2016-04-12 |
Rating | 3.00/5 Total 6 Ratings |
Developer | Geny Herrera |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Geny Isam Hamud Herrera ([email protected])", "name": "CraigList Search", "version": "1.3", "manifest_version": 2, "description": "This extension allows you to search on CraigList", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "CraigList Search", "default_popup": "browser_action\/browser_action.html" }, "permissions": [ "contentSettings", "notifications", "tabs", "geolocation" ] } |