craigstab

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

Qu'est-ce que craigstab ?

craigstab est une extension Chrome développée par craigstabapp, et sa fonction principale est "The new tab page is replaced by a list of craigslist results from searches specified by the user".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension craigstab

Téléchargez les fichiers d'extension craigstab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom craigstab craigstab
ID kdgbcogcnaebkjpanokfcgclahodnedh
URL Officiel 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
Taille du Fichier 4.03 MB
Nombre d'Installations 18
Version Actuelle 1.1.1
Dernière Mise à Jour 2016-12-02
Date de Publication 2016-12-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur craigstabapp
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mbehrlich.github.io
Langues Prises en Charge 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\/"
    ]
}