craigstab
The new tab page is replaced by a list of craigslist results from searches specified by the user
Wat is craigstab?
craigstab is een Chrome-extensie ontwikkeld door craigstabapp, en de belangrijkste functie is "The new tab page is replaced by a list of craigslist results from searches specified by the user".
Extensie Screenshots
Download het CRX-bestand van de extensie craigstab
Download craigstab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | craigstab |
ID | kdgbcogcnaebkjpanokfcgclahodnedh |
Officiële URL | https://chromewebstore.google.com/detail/craigstab/kdgbcogcnaebkjpanokfcgclahodnedh |
Beschrijving | The new tab page is replaced by a list of craigslist results from searches specified by the user |
Bestandsgrootte | 4.03 MB |
Aantal Installaties | 18 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2016-12-02 |
Publicatiedatum | 2016-12-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | craigstabapp |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mbehrlich.github.io |
Ondersteunde Talen | 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\/" ] } |