craigstab
The new tab page is replaced by a list of craigslist results from searches specified by the user
What is craigstab?
craigstab is a Chrome extension developed by craigstabapp, and its main feature is "The new tab page is replaced by a list of craigslist results from searches specified by the user".
Extension Screenshots
Download craigstab Extension CRX File
Download craigstab 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
If you find yourself searching for the same thing every day on craigslist: a job, an apartment, or whatever, you can save a search and go back to craigslist every day to look at the search. This extension tries to make that even more convenient, by making your new tab page show the results of your saved searches that have been posted that day. Note: I am not affiliated with craigslist.
Extension Basic Information
Name | craigstab |
ID | kdgbcogcnaebkjpanokfcgclahodnedh |
Official URL | https://chromewebstore.google.com/detail/craigstab/kdgbcogcnaebkjpanokfcgclahodnedh |
Description | The new tab page is replaced by a list of craigslist results from searches specified by the user |
File Size | 4.03 MB |
Installation Count | 18 |
Current Version | 1.1.1 |
Last Updated | 2016-12-02 |
Publish Date | 2016-12-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | craigstabapp |
[email protected] | |
Payment Type | free |
Extension Website | https://mbehrlich.github.io |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "craigstab", "description": "The new tab page is replaced by a list of craigslist results from searches specified by the user", "version": "1.1.1", "icons": { "16": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "views\/menu.html" }, "options_page": "views\/options.html", "chrome_url_overrides": { "newtab": "views\/new_tab.html" }, "permissions": [ "activeTab", "tabs", "storage", "http:\/\/*.craigslist.org\/", "https:\/\/*.craigslist.org\/" ] } |