craigstab

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

Cos'è craigstab?

craigstab è un'estensione di Chrome sviluppata da craigstabapp, e la sua funzione principale è "The new tab page is replaced by a list of craigslist results from searches specified by the user".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione craigstab

Scarica i file di estensione craigstab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome craigstab craigstab
ID kdgbcogcnaebkjpanokfcgclahodnedh
URL Ufficiale https://chromewebstore.google.com/detail/craigstab/kdgbcogcnaebkjpanokfcgclahodnedh
Descrizione The new tab page is replaced by a list of craigslist results from searches specified by the user
Dimensione del File 4.03 MB
Conteggio Installazioni 18
Versione Corrente 1.1.1
Ultimo Aggiornamento 2016-12-02
Data di Pubblicazione 2016-12-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore craigstabapp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mbehrlich.github.io
Lingue Supportate 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\/"
    ]
}