craigstab

The new tab page is replaced by a list of craigslist results from searches specified by the user

¿Qué es craigstab?

craigstab es una extensión de Chrome desarrollada por craigstabapp, y su función principal es "The new tab page is replaced by a list of craigslist results from searches specified by the user".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión craigstab

Descarga archivos de extensión craigstab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre craigstab craigstab
ID kdgbcogcnaebkjpanokfcgclahodnedh
URL Oficial https://chromewebstore.google.com/detail/craigstab/kdgbcogcnaebkjpanokfcgclahodnedh
Descripción The new tab page is replaced by a list of craigslist results from searches specified by the user
Tamaño del Archivo 4.03 MB
Cantidad de Instalaciones 18
Versión Actual 1.1.1
Última Actualización 2016-12-02
Fecha de Publicación 2016-12-01
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador craigstabapp
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://mbehrlich.github.io
Idiomas Soportados 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\/"
    ]
}