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
公式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
Eメール [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\/"
    ]
}