CraigsList: New Views

Visually shows you what the last post on any CraigsList page you've seen is.

CraigsList: New Views란 무엇입니까?

CraigsList: New Views은(는) https://newviews.herokuapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visually shows you what the last post on any CraigsList page you've seen is."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CraigsList: New Views 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This draw a noticeable dividing line above the last post seen on any CraigsList page or search you visit.

Next time visit that page or make a search, you will only have to go through the new items, as the dividing line will tell you once you have reached posts you've encountered before.

You will also be alerted if there are no new posts, or too many posts to fit one one page.

Now works on list, thumbnail, and gallery view!                    

확장 프로그램 기본 정보

이름 CraigsList: New Views CraigsList: New Views
ID mpkmnnbdgbaddfngokdcdojhdakjhenm
공식 URL https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm
설명 Visually shows you what the last post on any CraigsList page you've seen is.
파일 크기 2.06 MB
설치 횟수 81
현재 버전 3.0.8
최근 업데이트 2018-02-10
출시 날짜 2018-02-10
평점 4.00/5 총 4 개의 평점
개발자 https://newviews.herokuapp.com
결제 유형 free
확장 프로그램 웹 사이트 https://newviews.herokuapp.com/
도움말 페이지 URL https://github.com/novacourtois/craigslist-new-views
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CraigsList: New Views",
    "short_name": "CLNV",
    "version": "3.0.8",
    "description": "Visually shows you what the last post on any CraigsList page you've seen is.",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "mini\/style.min.css"
            ],
            "js": [
                "mini\/background.min.js"
            ],
            "matches": [
                "*:\/\/*.craigslist.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "notifications"
    ]
}