craigstab

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

什麼是craigstab?

craigstab是由craigstabapp開發的Chrome擴展程式,該擴展的主要功能是“The new tab page is replaced by a list of craigslist results from searches specified by the user”。

擴展截圖

screenshot

下載craigstab擴展crx文件

下載craigstab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}