CraigsList: New Views

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

CraigsList: New Viewsคืออะไร?

CraigsList: New Views เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://newviews.herokuapp.com และคุณลักษณะหลักของมันคือ "Visually shows you what the last post on any CraigsList page you've seen is."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CraigsList: New Views

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}