craigstab

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

craigstab क्या है?

craigstab craigstabapp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The new tab page is replaced by a list of craigslist results from searches specified by the user"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में craigstab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम craigstab craigstab
ID kdgbcogcnaebkjpanokfcgclahodnedh
आधिकारिक URL https://chromewebstore.google.com/detail/craigstab/kdgbcogcnaebkjpanokfcgclahodnedh
विवरण The new tab page is replaced by a list of craigslist results from searches specified by the user
फ़ाइल का आकार 4.03 MB
स्थापना संख्या 18
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2016-12-02
प्रकाशन तिथि 2016-12-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर craigstabapp
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mbehrlich.github.io
समर्थित भाषाएँ 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\/"
    ]
}