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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
    ]
}