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文件

下载CraigsList: New Views扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}